#92cecf
a light, soft cyan · cool · closest name: skyblue
RGB
146, 206, 207
HSL
181°, 39%, 69%
CMYK
30, 1, 0, 19
Luminance
0.5476
Every format
| HEX | #92cecf |
| RGB | rgb(146, 206, 207) |
| HSL | hsl(181, 39%, 69%) |
| CMYK | cmyk(30%, 1%, 0%, 19%) |
| LAB | lab(78.9 -18.8 -6.7) |
| LCH | lch(78.9 20.0 199.5) |
| OKLCH | oklch(0.811 0.061 197.3) |
Copy-ready code
/* CSS */
color: #92cecf;
background-color: #92cecf;
/* Tailwind (arbitrary) */
class="text-[#92cecf] bg-[#92cecf]"
/* SCSS */
$brand: #92cecf;
/* SwiftUI */
Color(red: 0.573, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#92cecf")Accessibility — WCAG contrast
Aa
#92cecf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cecf on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.8%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#92cecf text on a black background
contrast 11.95:1
Card sample
#92cecf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cecf;
Background color
Panel with #92cecf background
background-color: #92cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cecf; background: linear-gradient(135deg, #92cecf, #92A5CF);