#99cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 205, 223
HSL
195°, 52%, 74%
CMYK
31, 8, 0, 13
Luminance
0.5576
Every format
| HEX | #99cddf |
| RGB | rgb(153, 205, 223) |
| HSL | hsl(195, 52%, 74%) |
| CMYK | cmyk(31%, 8%, 0%, 13%) |
| LAB | lab(79.5 -12.6 -14.3) |
| LCH | lch(79.5 19.1 228.7) |
| OKLCH | oklch(0.818 0.059 221.2) |
Copy-ready code
/* CSS */
color: #99cddf;
background-color: #99cddf;
/* Tailwind (arbitrary) */
class="text-[#99cddf] bg-[#99cddf]"
/* SCSS */
$brand: #99cddf;
/* SwiftUI */
Color(red: 0.600, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#99cddf")Accessibility — WCAG contrast
Aa
#99cddf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cddf on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#99cddf text on a black background
contrast 12.15:1
Card sample
#99cddf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cddf;
Background color
Panel with #99cddf background
background-color: #99cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cddf; background: linear-gradient(135deg, #99cddf, #999EDF);