#99cccc
a light, soft cyan · cool · closest name: skyblue
RGB
153, 204, 204
HSL
180°, 33%, 70%
CMYK
25, 0, 0, 20
Luminance
0.5432
Every format
| HEX | #99cccc |
| RGB | rgb(153, 204, 204) |
| HSL | hsl(180, 33%, 70%) |
| CMYK | cmyk(25%, 0%, 0%, 20%) |
| LAB | lab(78.7 -16.5 -5.4) |
| LCH | lch(78.7 17.3 198.1) |
| OKLCH | oklch(0.810 0.053 196.2) |
Copy-ready code
/* CSS */
color: #99cccc;
background-color: #99cccc;
/* Tailwind (arbitrary) */
class="text-[#99cccc] bg-[#99cccc]"
/* SCSS */
$brand: #99cccc;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#99cccc")Accessibility — WCAG contrast
Aa
#99cccc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cccc on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#99cccc text on a black background
contrast 11.86:1
Card sample
#99cccc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cccc;
Background color
Panel with #99cccc background
background-color: #99cccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cccc; background: linear-gradient(135deg, #99cccc, #99AACC);