#9ccfff
a light, electric blue · cool · closest name: skyblue
RGB
156, 207, 255
HSL
209°, 100%, 81%
CMYK
39, 19, 0, 0
Luminance
0.5891
Every format
| HEX | #9ccfff |
| RGB | rgb(156, 207, 255) |
| HSL | hsl(209, 100%, 81%) |
| CMYK | cmyk(39%, 19%, 0%, 0%) |
| LAB | lab(81.2 -4.9 -28.7) |
| LCH | lch(81.2 29.1 260.4) |
| OKLCH | oklch(0.836 0.086 247.4) |
Copy-ready code
/* CSS */
color: #9ccfff;
background-color: #9ccfff;
/* Tailwind (arbitrary) */
class="text-[#9ccfff] bg-[#9ccfff]"
/* SCSS */
$brand: #9ccfff;
/* SwiftUI */
Color(red: 0.612, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#9ccfff")Accessibility — WCAG contrast
Aa
#9ccfff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccfff on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan38.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#9ccfff text on a black background
contrast 12.78:1
Card sample
#9ccfff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccfff;
Background color
Panel with #9ccfff background
background-color: #9ccfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccfff; background: linear-gradient(135deg, #9ccfff, #AB9CFF);