#96cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
150, 207, 204
HSL
177°, 37%, 70%
CMYK
28, 0, 1, 19
Luminance
0.5547
Every format
| HEX | #96cfcc |
| RGB | rgb(150, 207, 204) |
| HSL | hsl(177, 37%, 70%) |
| CMYK | cmyk(28%, 0%, 1%, 19%) |
| LAB | lab(79.3 -18.9 -4.4) |
| LCH | lch(79.3 19.4 193.2) |
| OKLCH | oklch(0.815 0.059 192.0) |
Copy-ready code
/* CSS */
color: #96cfcc;
background-color: #96cfcc;
/* Tailwind (arbitrary) */
class="text-[#96cfcc] bg-[#96cfcc]"
/* SCSS */
$brand: #96cfcc;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#96cfcc")Accessibility — WCAG contrast
Aa
#96cfcc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfcc on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue80.0%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#96cfcc text on a black background
contrast 12.09:1
Card sample
#96cfcc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfcc;
Background color
Panel with #96cfcc background
background-color: #96cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfcc; background: linear-gradient(135deg, #96cfcc, #96ACCF);