#92adbb
a light, soft blue · cool · closest name: silver
RGB
146, 173, 187
HSL
201°, 23%, 65%
CMYK
22, 8, 0, 27
Luminance
0.3959
Every format
| HEX | #92adbb |
| RGB | rgb(146, 173, 187) |
| HSL | hsl(201, 23%, 65%) |
| CMYK | cmyk(22%, 8%, 0%, 27%) |
| LAB | lab(69.2 -6.2 -10.2) |
| LCH | lch(69.2 11.9 239.0) |
| OKLCH | oklch(0.732 0.036 230.4) |
Copy-ready code
/* CSS */
color: #92adbb;
background-color: #92adbb;
/* Tailwind (arbitrary) */
class="text-[#92adbb] bg-[#92adbb]"
/* SCSS */
$brand: #92adbb;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#92adbb")Accessibility — WCAG contrast
Aa
#92adbb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adbb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue73.3%
CMYK percentages
Cyan21.9%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#92adbb text on a black background
contrast 8.92:1
Card sample
#92adbb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adbb;
Background color
Panel with #92adbb background
background-color: #92adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adbb; background: linear-gradient(135deg, #92adbb, #9292BB);