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