#96ebdb
a light, vivid cyan · cool · closest name: turquoise
RGB
150, 235, 219
HSL
169°, 68%, 76%
CMYK
36, 0, 7, 8
Luminance
0.7102
Every format
| HEX | #96ebdb |
| RGB | rgb(150, 235, 219) |
| HSL | hsl(169, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 7%, 8%) |
| LAB | lab(87.5 -29.3 -0.4) |
| LCH | lch(87.5 29.3 180.7) |
| OKLCH | oklch(0.881 0.086 181.0) |
Copy-ready code
/* CSS */
color: #96ebdb;
background-color: #96ebdb;
/* Tailwind (arbitrary) */
class="text-[#96ebdb] bg-[#96ebdb]"
/* SCSS */
$brand: #96ebdb;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#96ebdb")Accessibility — WCAG contrast
Aa
#96ebdb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ebdb on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue85.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#96ebdb text on a black background
contrast 15.20:1
Card sample
#96ebdb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ebdb;
Background color
Panel with #96ebdb background
background-color: #96ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ebdb; background: linear-gradient(135deg, #96ebdb, #96C2EB);