#92cce2
a light, vivid cyan · cool · closest name: skyblue
RGB
146, 204, 226
HSL
197°, 58%, 73%
CMYK
35, 10, 0, 11
Luminance
0.5479
Every format
| HEX | #92cce2 |
| RGB | rgb(146, 204, 226) |
| HSL | hsl(197, 58%, 73%) |
| CMYK | cmyk(35%, 10%, 0%, 11%) |
| LAB | lab(78.9 -13.3 -16.8) |
| LCH | lch(78.9 21.4 231.8) |
| OKLCH | oklch(0.813 0.067 223.5) |
Copy-ready code
/* CSS */
color: #92cce2;
background-color: #92cce2;
/* Tailwind (arbitrary) */
class="text-[#92cce2] bg-[#92cce2]"
/* SCSS */
$brand: #92cce2;
/* SwiftUI */
Color(red: 0.573, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#92cce2")Accessibility — WCAG contrast
Aa
#92cce2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cce2 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.0%
Blue88.6%
CMYK percentages
Cyan35.4%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#92cce2 text on a black background
contrast 11.96:1
Card sample
#92cce2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cce2;
Background color
Panel with #92cce2 background
background-color: #92cce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cce2; background: linear-gradient(135deg, #92cce2, #9296E2);