#99c0ba
a light, soft cyan · cool · closest name: silver
RGB
153, 192, 186
HSL
171°, 24%, 68%
CMYK
20, 0, 3, 25
Luminance
0.4802
Every format
| HEX | #99c0ba |
| RGB | rgb(153, 192, 186) |
| HSL | hsl(171, 24%, 68%) |
| CMYK | cmyk(20%, 0%, 3%, 25%) |
| LAB | lab(74.8 -14.2 -1.3) |
| LCH | lch(74.8 14.3 185.1) |
| OKLCH | oklch(0.778 0.043 184.9) |
Copy-ready code
/* CSS */
color: #99c0ba;
background-color: #99c0ba;
/* Tailwind (arbitrary) */
class="text-[#99c0ba] bg-[#99c0ba]"
/* SCSS */
$brand: #99c0ba;
/* SwiftUI */
Color(red: 0.600, green: 0.753, blue: 0.729)
/* Android */
Color.parseColor("#99c0ba")Accessibility — WCAG contrast
Aa
#99c0ba on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99c0ba on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green75.3%
Blue72.9%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow3.1%
Key (black)24.7%
Color previews
#99c0ba text on a black background
contrast 10.60:1
Card sample
#99c0ba text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99c0ba;
Background color
Panel with #99c0ba background
background-color: #99c0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99c0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 192, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 192, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99c0ba; background: linear-gradient(135deg, #99c0ba, #99ACC0);