#90afbc
a light, soft cyan · cool · closest name: silver
RGB
144, 175, 188
HSL
198°, 25%, 65%
CMYK
23, 7, 0, 26
Luminance
0.4022
Every format
| HEX | #90afbc |
| RGB | rgb(144, 175, 188) |
| HSL | hsl(198, 25%, 65%) |
| CMYK | cmyk(23%, 7%, 0%, 26%) |
| LAB | lab(69.6 -7.6 -10.1) |
| LCH | lch(69.6 12.7 233.0) |
| OKLCH | oklch(0.735 0.039 225.2) |
Copy-ready code
/* CSS */
color: #90afbc;
background-color: #90afbc;
/* Tailwind (arbitrary) */
class="text-[#90afbc] bg-[#90afbc]"
/* SCSS */
$brand: #90afbc;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#90afbc")Accessibility — WCAG contrast
Aa
#90afbc on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afbc on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue73.7%
CMYK percentages
Cyan23.4%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#90afbc text on a black background
contrast 9.04:1
Card sample
#90afbc text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afbc;
Background color
Panel with #90afbc background
background-color: #90afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afbc; background: linear-gradient(135deg, #90afbc, #9092BC);