Diamond (#B9F2FF)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.22:1 — vs black: 17.21:1
Color values
-
HEX
#B9F2FF -
RGB
rgb(185, 242, 255) -
HSL
hsl(191, 27%, 100%) -
CMYK
cmyk( 27.45, 5.1, 0, 0 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #B9F2FF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#B9F2FF
Base
#FFC6B9
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#B9F2FF
Base
#B9FFE9
#B9CFFF
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#B9F2FF
Base
#FFB9F2
#F2FFB9
Two colors flanking the complement — high contrast with less tension than full complementary.
#B9F2FF
Base
#FFB9CF
#FFE9B9
Four colors at 90° intervals — rich variety, best when one color dominates.
#B9F2FF
Base
#E9B9FF
#FFC6B9
#CFFFB9
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#B9F2FF
Base
#20D6FF
#6CE4FF
#90EAFF
#E2FAFF
#E6FAFF
Darker shades and lighter tints of Diamond, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#00151A
#00586C
#009CBF
#13D3FF
#66E3FF
#B9F2FF
Base
#C2F4FF
#CBF5FF
#D4F7FF
#DDF9FF
#E6FAFF
Ready-to-use code snippets for #B9F2FF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #B9F2FF;
}
/* Text */
.element {
color: #B9F2FF;
}
/* Border */
.element {
border: 1px solid #B9F2FF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#B9F2FF,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#B9F2FF,
#FFFFFF
);
}
// SCSS variable
$diamond: #B9F2FF;
// With RGB channels (useful for rgba() usage)
$diamond-r: 185;
$diamond-g: 242;
$diamond-b: 255;
// Usage
.element {
background-color: $diamond;
color: rgba($diamond-r, $diamond-g, $diamond-b, 0.8);
}
How Diamond appears to people with different types of color vision deficiency.
#B9F2FF
How the color appears with full color vision.
#E3E3FF
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#EDEDFF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B6F4F4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E8E8E8
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.