#92b0cf
a light, soft blue · cool · closest name: skyblue
RGB
146, 176, 207
HSL
211°, 39%, 69%
CMYK
30, 15, 0, 19
Luminance
0.4167
Every format
| HEX | #92b0cf |
| RGB | rgb(146, 176, 207) |
| HSL | hsl(211, 39%, 69%) |
| CMYK | cmyk(30%, 15%, 0%, 19%) |
| LAB | lab(70.6 -3.0 -19.1) |
| LCH | lch(70.6 19.3 260.9) |
| OKLCH | oklch(0.746 0.056 249.4) |
Copy-ready code
/* CSS */
color: #92b0cf;
background-color: #92b0cf;
/* Tailwind (arbitrary) */
class="text-[#92b0cf] bg-[#92b0cf]"
/* SCSS */
$brand: #92b0cf;
/* SwiftUI */
Color(red: 0.573, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#92b0cf")Accessibility — WCAG contrast
Aa
#92b0cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92b0cf on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green69.0%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#92b0cf text on a black background
contrast 9.33:1
Card sample
#92b0cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92b0cf;
Background color
Panel with #92b0cf background
background-color: #92b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92b0cf; background: linear-gradient(135deg, #92b0cf, #9D92CF);