#99cdcf
a light, soft cyan · cool · closest name: skyblue
RGB
153, 205, 207
HSL
182°, 36%, 71%
CMYK
26, 1, 0, 19
Luminance
0.5494
Every format
| HEX | #99cdcf |
| RGB | rgb(153, 205, 207) |
| HSL | hsl(182, 36%, 71%) |
| CMYK | cmyk(26%, 1%, 0%, 19%) |
| LAB | lab(79.0 -16.3 -6.5) |
| LCH | lch(79.0 17.5 201.6) |
| OKLCH | oklch(0.813 0.054 199.1) |
Copy-ready code
/* CSS */
color: #99cdcf;
background-color: #99cdcf;
/* Tailwind (arbitrary) */
class="text-[#99cdcf] bg-[#99cdcf]"
/* SCSS */
$brand: #99cdcf;
/* SwiftUI */
Color(red: 0.600, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#99cdcf")Accessibility — WCAG contrast
Aa
#99cdcf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cdcf on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.4%
Blue81.2%
CMYK percentages
Cyan26.1%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#99cdcf text on a black background
contrast 11.99:1
Card sample
#99cdcf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cdcf;
Background color
Panel with #99cdcf background
background-color: #99cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cdcf; background: linear-gradient(135deg, #99cdcf, #99A9CF);