#abc2ea
a light, vivid blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #abc2ea 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 | #abc2ea |
| RGB | rgb(171, 194, 234) |
| HSL | hsl(218, 60%, 79%) |
| CMYK | cmyk(27%, 17%, 0%, 8%) |
| LAB | lab(78.0 1.0 -22.4) |
| LCH | lch(78.0 22.4 272.6) |
| OKLCH | oklch(0.810 0.062 261.5) |
| Decimal | 11256554 |
| Display P3 | color(display-p3 0.671 0.761 0.918) |
Copy-ready code
/* CSS */
color: #abc2ea;
background-color: #abc2ea;
/* Tailwind (arbitrary) */
class="text-[#abc2ea] bg-[#abc2ea]"
/* SCSS */
$brand: #abc2ea;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.918)
/* Android */
Color.parseColor("#abc2ea")
/* Flutter */
Color(0xFFABC2EA)
/* Python / OpenCV (BGR) */
(234, 194, 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. #abc2ea 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: #F4F6FB;
--brand-100: #E9EEF7;
--brand-200: #CCD9EF;
--brand-300: #abc2ea;
--brand-400: #789DDD;
--brand-500: #4B7DD2;
--brand-600: #3167C4;
--brand-700: #2955A3;
--brand-800: #214483;
--brand-900: #1B345F;
--brand-950: #11213B;
--brand: #abc2ea;
--brand-ink: #000000;
}Colors that work with #abc2ea
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 #abc2ea
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #EAD3AB | Directly opposite — maximum tension | |
| Analogous left | #ABE1EA | Neighbour, quieter | |
| Analogous right | #B3ABEA | Neighbour, quieter | |
| Split-complement 1 | #EAB3AB | Contrast without the clash | |
| Split-complement 2 | #E1EAAB | Contrast without the clash | |
| Triadic 1 | #EAABC2 | Even thirds — balanced and loud | |
| Triadic 2 | #C2EAAB | Even thirds — balanced and loud | |
| Tetradic | #EAABE1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abc2ea text on a black background
contrast 11.64:1
#abc2ea text on a white background
contrast 1.80:1
CSS3 live lab
The quick brown fox
color: #abc2ea;
background-color: #abc2ea;
Glowing headline
text-shadow: 2px 2px 8px #abc2ea;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 234, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 194, 234, 0.45);
border: 3px solid #abc2ea; background: linear-gradient(135deg, #abc2ea, #BEABEA);
Monochromatic scale
Palettes built from #abc2ea
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: Periwinkle (#ccccff) — ΔE2000 8.3 away, with its history, psychology and brand usage.
#abc2ea 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.
#abc2ea, answered
What color is #abc2ea?
#abc2ea is a light vivid blue, closest to Light Steel Blue (ΔE2000 4). It sits at 218° on the hue wheel with 60% saturation and 79% lightness, which reads as cool.
What is the RGB value of #abc2ea?
rgb(171, 194, 234) — 171 red, 194 green and 234 blue out of 255, or 67.1% / 76.1% / 91.8% by channel.
Is #abc2ea a light or a dark color?
It is a light color. Relative luminance is 0.5318 and perceived brightness is 76%, so black text on it reaches 11.64:1.
Should I use black or white text on #abc2ea?
Black. It scores 11.64:1 against #abc2ea, versus 1.80:1 for white — AAA at any size.
What is the complementary color of #abc2ea?
#EAD3AB sits directly opposite on the wheel. Softer options are the split-complements #EAB3AB and #E1EAAB, which give the same contrast with far less vibration.
What colors go well with #abc2ea?
For interface work: #F4F7FA as the surface, #C0D0ED for borders, #4B689B for secondary text, #A75725 as an accent and #1A3566 for hover and pressed states. For a palette, the analogous pair #ABE1EA and #B3ABEA stays calm, while #EAD3AB is the loudest partner.
What is #abc2ea in CMYK for printing?
cmyk(27%, 17%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abc2ea 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 #ABABEA; nudged cooler, #95B9E6.