#9adcd3
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 220, 211
HSL
172°, 49%, 73%
CMYK
30, 0, 4, 14
Luminance
0.6276
Every format
| HEX | #9adcd3 |
| RGB | rgb(154, 220, 211) |
| HSL | hsl(172, 49%, 73%) |
| CMYK | cmyk(30%, 0%, 4%, 14%) |
| LAB | lab(83.3 -22.6 -2.3) |
| LCH | lch(83.3 22.8 185.7) |
| OKLCH | oklch(0.848 0.068 185.4) |
Copy-ready code
/* CSS */
color: #9adcd3;
background-color: #9adcd3;
/* Tailwind (arbitrary) */
class="text-[#9adcd3] bg-[#9adcd3]"
/* SCSS */
$brand: #9adcd3;
/* SwiftUI */
Color(red: 0.604, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#9adcd3")Accessibility — WCAG contrast
Aa
#9adcd3 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adcd3 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green86.3%
Blue82.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#9adcd3 text on a black background
contrast 13.55:1
Card sample
#9adcd3 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adcd3;
Background color
Panel with #9adcd3 background
background-color: #9adcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adcd3; background: linear-gradient(135deg, #9adcd3, #9AB9DC);