#99cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 207, 223
HSL
194°, 52%, 74%
CMYK
31, 7, 0, 13
Luminance
0.5673
Every format
| HEX | #99cfdf |
| RGB | rgb(153, 207, 223) |
| HSL | hsl(194, 52%, 74%) |
| CMYK | cmyk(31%, 7%, 0%, 13%) |
| LAB | lab(80.0 -13.6 -13.5) |
| LCH | lch(80.0 19.2 224.8) |
| OKLCH | oklch(0.823 0.060 218.0) |
Copy-ready code
/* CSS */
color: #99cfdf;
background-color: #99cfdf;
/* Tailwind (arbitrary) */
class="text-[#99cfdf] bg-[#99cfdf]"
/* SCSS */
$brand: #99cfdf;
/* SwiftUI */
Color(red: 0.600, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#99cfdf")Accessibility — WCAG contrast
Aa
#99cfdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cfdf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#99cfdf text on a black background
contrast 12.35:1
Card sample
#99cfdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cfdf;
Background color
Panel with #99cfdf background
background-color: #99cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cfdf; background: linear-gradient(135deg, #99cfdf, #99A0DF);