#b6cdda
a light, soft blue · cool · closest name: Light Blue
At a glance
Every number on this page in one read: what #b6cdda is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #b6cdda |
| RGB | rgb(182, 205, 218) |
| HSL | hsl(202, 33%, 78%) |
| CMYK | cmyk(17%, 6%, 0%, 15%) |
| LAB | lab(81.1 -5.0 -9.1) |
| LCH | lch(81.1 10.3 240.9) |
| OKLCH | oklch(0.835 0.031 232.5) |
| Decimal | 11980250 |
| Display P3 | color(display-p3 0.714 0.804 0.855) |
Copy-ready code
/* CSS */
color: #b6cdda;
background-color: #b6cdda;
/* Tailwind (arbitrary) */
class="text-[#b6cdda] bg-[#b6cdda]"
/* SCSS */
$brand: #b6cdda;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#b6cdda")
/* Flutter */
Color(0xFFB6CDDA)
/* Python / OpenCV (BGR) */
(218, 205, 182)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #b6cdda is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F8F9;
--brand-100: #ECF1F4;
--brand-200: #D4E0E7;
--brand-300: #b6cdda;
--brand-400: #8FB2C6;
--brand-500: #6A99B3;
--brand-600: #5285A2;
--brand-700: #456F87;
--brand-800: #37596C;
--brand-900: #2B4250;
--brand-950: #1B2932;
--brand: #b6cdda;
--brand-ink: #000000;
}Colors that work with #b6cdda
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #b6cdda
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DAC3B6 | Directly opposite — maximum tension | |
| Analogous left | #B6DAD5 | Neighbour, quieter | |
| Analogous right | #B6BBDA | Neighbour, quieter | |
| Split-complement 1 | #DAB6BB | Contrast without the clash | |
| Split-complement 2 | #DAD5B6 | Contrast without the clash | |
| Triadic 1 | #DAB6CD | Even thirds — balanced and loud | |
| Triadic 2 | #CDDAB6 | Even thirds — balanced and loud | |
| Tetradic | #D5B6DA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b6cdda text on a black background
contrast 12.73:1
#b6cdda text on a white background
contrast 1.65:1
CSS3 live lab
The quick brown fox
color: #b6cdda;
background-color: #b6cdda;
Glowing headline
text-shadow: 2px 2px 8px #b6cdda;
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(182, 205, 218, 0.45);
border: 3px solid #b6cdda; background: linear-gradient(135deg, #b6cdda, #B7B6DA);
Monochromatic scale
Palettes built from #b6cdda
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Light Blue (#add8e6) — ΔE2000 5.8 away, with its history, psychology and brand usage.
#b6cdda in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#b6cdda, answered
What color is #b6cdda?
#b6cdda is a light soft blue, closest to Light Blue (ΔE2000 5.8). It sits at 202° on the hue wheel with 33% saturation and 78% lightness, which reads as cool.
What is the RGB value of #b6cdda?
rgb(182, 205, 218) — 182 red, 205 green and 218 blue out of 255, or 71.4% / 80.4% / 85.5% by channel.
Is #b6cdda a light or a dark color?
It is a light color. Relative luminance is 0.5867 and perceived brightness is 78%, so black text on it reaches 12.73:1.
Should I use black or white text on #b6cdda?
Black. It scores 12.73:1 against #b6cdda, versus 1.65:1 for white — AAA at any size.
What is the complementary color of #b6cdda?
#DAC3B6 sits directly opposite on the wheel. Softer options are the split-complements #DAB6BB and #DAD5B6, which give the same contrast with far less vibration.
What colors go well with #b6cdda?
For interface work: #F5F8FA as the surface, #C9DAE4 for borders, #4D7D98 for secondary text, #8B4841 as an accent and #2B4655 for hover and pressed states. For a palette, the analogous pair #B6DAD5 and #B6BBDA stays calm, while #DAC3B6 is the loudest partner.
What is #b6cdda in CMYK for printing?
cmyk(17%, 6%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b6cdda warm or cool?
Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B6DADA; nudged cooler, #B5C8DB.