#92bccf
a light, soft cyan · cool · closest name: skyblue
RGB
146, 188, 207
HSL
199°, 39%, 69%
CMYK
30, 9, 0, 19
Luminance
0.4658
Every format
| HEX | #92bccf |
| RGB | rgb(146, 188, 207) |
| HSL | hsl(199, 39%, 69%) |
| CMYK | cmyk(30%, 9%, 0%, 19%) |
| LAB | lab(73.9 -9.5 -14.1) |
| LCH | lch(73.9 17.0 236.0) |
| OKLCH | oklch(0.771 0.052 227.4) |
Copy-ready code
/* CSS */
color: #92bccf;
background-color: #92bccf;
/* Tailwind (arbitrary) */
class="text-[#92bccf] bg-[#92bccf]"
/* SCSS */
$brand: #92bccf;
/* SwiftUI */
Color(red: 0.573, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#92bccf")Accessibility — WCAG contrast
Aa
#92bccf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bccf on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green73.7%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#92bccf text on a black background
contrast 10.32:1
Card sample
#92bccf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bccf;
Background color
Panel with #92bccf background
background-color: #92bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bccf; background: linear-gradient(135deg, #92bccf, #9293CF);