#9acdef
a light, vivid blue · cool · closest name: Light Sky Blue
At a glance
Every number on this page in one read: what #9acdef 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 | #9acdef |
| RGB | rgb(154, 205, 239) |
| HSL | hsl(204, 73%, 77%) |
| CMYK | cmyk(36%, 14%, 0%, 6%) |
| LAB | lab(80.0 -8.4 -22.1) |
| LCH | lch(80.0 23.6 249.1) |
| OKLCH | oklch(0.825 0.072 237.9) |
| Decimal | 10145263 |
| Display P3 | color(display-p3 0.604 0.804 0.937) |
Copy-ready code
/* CSS */
color: #9acdef;
background-color: #9acdef;
/* Tailwind (arbitrary) */
class="text-[#9acdef] bg-[#9acdef]"
/* SCSS */
$brand: #9acdef;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#9acdef")
/* Flutter */
Color(0xFF9ACDEF)
/* Python / OpenCV (BGR) */
(239, 205, 154)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. #9acdef 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: #F3F8FC;
--brand-100: #E7F1F8;
--brand-200: #C9E2F3;
--brand-300: #9acdef;
--brand-400: #6EB7E8;
--brand-500: #3D9FE0;
--brand-600: #228CD3;
--brand-700: #1C75B0;
--brand-800: #165D8D;
--brand-900: #144566;
--brand-950: #0D2B40;
--brand: #9acdef;
--brand-ink: #000000;
}Colors that work with #9acdef
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 #9acdef
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 | #EFBC9A | Directly opposite — maximum tension | |
| Analogous left | #9AEFE7 | Neighbour, quieter | |
| Analogous right | #9AA3EF | Neighbour, quieter | |
| Split-complement 1 | #EF9AA3 | Contrast without the clash | |
| Split-complement 2 | #EFE79A | Contrast without the clash | |
| Triadic 1 | #EF9ACD | Even thirds — balanced and loud | |
| Triadic 2 | #CDEF9A | Even thirds — balanced and loud | |
| Tetradic | #E79AEF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9acdef text on a black background
contrast 12.35:1
#9acdef text on a white background
contrast 1.70:1
CSS3 live lab
The quick brown fox
color: #9acdef;
background-color: #9acdef;
Glowing headline
text-shadow: 2px 2px 8px #9acdef;
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 239, 0.45);
box-shadow: 0 12px 32px -8px rgba(154, 205, 239, 0.45);
border: 3px solid #9acdef; background: linear-gradient(135deg, #9acdef, #A09AEF);
Monochromatic scale
Palettes built from #9acdef
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: Baby Blue (#89cff0) — ΔE2000 3.6 away, with its history, psychology and brand usage.
#9acdef 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.
#9acdef, answered
What color is #9acdef?
#9acdef is a light vivid blue, closest to Light Sky Blue (ΔE2000 3.1). It sits at 204° on the hue wheel with 73% saturation and 77% lightness, which reads as cool.
What is the RGB value of #9acdef?
rgb(154, 205, 239) — 154 red, 205 green and 239 blue out of 255, or 60.4% / 80.4% / 93.7% by channel.
Is #9acdef a light or a dark color?
It is a light color. Relative luminance is 0.5676 and perceived brightness is 77%, so black text on it reaches 12.35:1.
Should I use black or white text on #9acdef?
Black. It scores 12.35:1 against #9acdef, versus 1.70:1 for white — AAA at any size.
What is the complementary color of #9acdef?
#EFBC9A sits directly opposite on the wheel. Softer options are the split-complements #EF9AA3 and #EFE79A, which give the same contrast with far less vibration.
What colors go well with #9acdef?
For interface work: #F4F8FA as the surface, #C0DBED for borders, #4B7B9B for secondary text, #B42F18 as an accent and #11496E for hover and pressed states. For a palette, the analogous pair #9AEFE7 and #9AA3EF stays calm, while #EFBC9A is the loudest partner.
What is #9acdef in CMYK for printing?
cmyk(36%, 14%, 0%, 6%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9acdef warm or cool?
Cool — it scores 98 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9AECEF; nudged cooler, #83B9ED.