#90afba
a balanced, soft cyan · cool · closest name: silver
RGB
144, 175, 186
HSL
196°, 23%, 65%
CMYK
23, 6, 0, 27
Luminance
0.4013
Every format
| HEX | #90afba |
| RGB | rgb(144, 175, 186) |
| HSL | hsl(196, 23%, 65%) |
| CMYK | cmyk(23%, 6%, 0%, 27%) |
| LAB | lab(69.6 -8.1 -9.1) |
| LCH | lch(69.6 12.2 228.5) |
| OKLCH | oklch(0.735 0.037 221.4) |
Copy-ready code
/* CSS */
color: #90afba;
background-color: #90afba;
/* Tailwind (arbitrary) */
class="text-[#90afba] bg-[#90afba]"
/* SCSS */
$brand: #90afba;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#90afba")Accessibility — WCAG contrast
Aa
#90afba on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afba on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan22.6%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#90afba text on a black background
contrast 9.03:1
Card sample
#90afba text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afba;
Background color
Panel with #90afba background
background-color: #90afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afba; background: linear-gradient(135deg, #90afba, #9093BA);