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