#92bfdf
a light, vivid blue · cool · closest name: skyblue
RGB
146, 191, 223
HSL
205°, 55%, 72%
CMYK
35, 14, 0, 13
Luminance
0.4870
Every format
| HEX | #92bfdf |
| RGB | rgb(146, 191, 223) |
| HSL | hsl(205, 55%, 72%) |
| CMYK | cmyk(35%, 14%, 0%, 13%) |
| LAB | lab(75.3 -7.2 -20.8) |
| LCH | lch(75.3 21.9 250.9) |
| OKLCH | oklch(0.784 0.066 239.6) |
Copy-ready code
/* CSS */
color: #92bfdf;
background-color: #92bfdf;
/* Tailwind (arbitrary) */
class="text-[#92bfdf] bg-[#92bfdf]"
/* SCSS */
$brand: #92bfdf;
/* SwiftUI */
Color(red: 0.573, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#92bfdf")Accessibility — WCAG contrast
Aa
#92bfdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bfdf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green74.9%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#92bfdf text on a black background
contrast 10.74:1
Card sample
#92bfdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bfdf;
Background color
Panel with #92bfdf background
background-color: #92bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bfdf; background: linear-gradient(135deg, #92bfdf, #9892DF);