#92bfd6
a light, vivid blue · cool · closest name: skyblue
RGB
146, 191, 214
HSL
200°, 45%, 71%
CMYK
32, 11, 0, 16
Luminance
0.4823
Every format
| HEX | #92bfd6 |
| RGB | rgb(146, 191, 214) |
| HSL | hsl(200, 45%, 71%) |
| CMYK | cmyk(32%, 11%, 0%, 16%) |
| LAB | lab(75.0 -9.4 -16.3) |
| LCH | lch(75.0 18.8 240.1) |
| OKLCH | oklch(0.780 0.058 230.6) |
Copy-ready code
/* CSS */
color: #92bfd6;
background-color: #92bfd6;
/* Tailwind (arbitrary) */
class="text-[#92bfd6] bg-[#92bfd6]"
/* SCSS */
$brand: #92bfd6;
/* SwiftUI */
Color(red: 0.573, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#92bfd6")Accessibility — WCAG contrast
Aa
#92bfd6 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bfd6 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green74.9%
Blue83.9%
CMYK percentages
Cyan31.8%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#92bfd6 text on a black background
contrast 10.65:1
Card sample
#92bfd6 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bfd6;
Background color
Panel with #92bfd6 background
background-color: #92bfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bfd6; background: linear-gradient(135deg, #92bfd6, #9292D6);