#abcbda
a light, soft cyan · cool · closest name: Light Blue
At a glance
Every number on this page in one read: what #abcbda 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 | #abcbda |
| RGB | rgb(171, 203, 218) |
| HSL | hsl(199, 39%, 76%) |
| CMYK | cmyk(22%, 7%, 0%, 15%) |
| LAB | lab(79.9 -7.4 -11.0) |
| LCH | lch(79.9 13.3 236.0) |
| OKLCH | oklch(0.824 0.040 227.9) |
| Decimal | 11258842 |
| Display P3 | color(display-p3 0.671 0.796 0.855) |
Copy-ready code
/* CSS */
color: #abcbda;
background-color: #abcbda;
/* Tailwind (arbitrary) */
class="text-[#abcbda] bg-[#abcbda]"
/* SCSS */
$brand: #abcbda;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#abcbda")
/* Flutter */
Color(0xFFABCBDA)
/* Python / OpenCV (BGR) */
(218, 203, 171)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. #abcbda 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: #F5F8FA;
--brand-100: #EBF1F4;
--brand-200: #D3E2E9;
--brand-300: #abcbda;
--brand-400: #8AB7CC;
--brand-500: #639FBA;
--brand-600: #4B8CAA;
--brand-700: #3E748E;
--brand-800: #325D71;
--brand-900: #274553;
--brand-950: #192B34;
--brand: #abcbda;
--brand-ink: #000000;
}Colors that work with #abcbda
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 #abcbda
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #DABAAB | Directly opposite — maximum tension | |
| Analogous left | #ABDAD1 | Neighbour, quieter | |
| Analogous right | #ABB4DA | Neighbour, quieter | |
| Split-complement 1 | #DAABB4 | Contrast without the clash | |
| Split-complement 2 | #DAD1AB | Contrast without the clash | |
| Triadic 1 | #DAABCB | Even thirds — balanced and loud | |
| Triadic 2 | #CBDAAB | Even thirds — balanced and loud | |
| Tetradic | #D1ABDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abcbda text on a black background
contrast 12.29:1
#abcbda text on a white background
contrast 1.71:1
CSS3 live lab
The quick brown fox
color: #abcbda;
background-color: #abcbda;
Glowing headline
text-shadow: 2px 2px 8px #abcbda;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 203, 218, 0.45);
border: 3px solid #abcbda; background: linear-gradient(135deg, #abcbda, #ABACDA);
Monochromatic scale
Palettes built from #abcbda
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 4.1 away, with its history, psychology and brand usage.
#abcbda 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.
#abcbda, answered
What color is #abcbda?
#abcbda is a light soft cyan, closest to Light Blue (ΔE2000 4.1). It sits at 199° on the hue wheel with 39% saturation and 76% lightness, which reads as cool.
What is the RGB value of #abcbda?
rgb(171, 203, 218) — 171 red, 203 green and 218 blue out of 255, or 67.1% / 79.6% / 85.5% by channel.
Is #abcbda a light or a dark color?
It is a light color. Relative luminance is 0.5643 and perceived brightness is 77%, so black text on it reaches 12.29:1.
Should I use black or white text on #abcbda?
Black. It scores 12.29:1 against #abcbda, versus 1.71:1 for white — AAA at any size.
What is the complementary color of #abcbda?
#DABAAB sits directly opposite on the wheel. Softer options are the split-complements #DAABB4 and #DAD1AB, which give the same contrast with far less vibration.
What colors go well with #abcbda?
For interface work: #F4F8FA as the surface, #C6DCE6 for borders, #4B819B for secondary text, #91403B as an accent and #274958 for hover and pressed states. For a palette, the analogous pair #ABDAD1 and #ABB4DA stays calm, while #DABAAB is the loudest partner.
What is #abcbda in CMYK for printing?
cmyk(22%, 7%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abcbda warm or cool?
Cool — it scores 95 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ABDAD8; nudged cooler, #AAC3DB.