#91f6dc
a light, electric cyan · cool · closest name: aquamarine
RGB
145, 246, 220
HSL
165°, 85%, 77%
CMYK
41, 0, 11, 4
Luminance
0.7710
Every format
| HEX | #91f6dc |
| RGB | rgb(145, 246, 220) |
| HSL | hsl(165, 85%, 77%) |
| CMYK | cmyk(41%, 0%, 11%, 4%) |
| LAB | lab(90.4 -35.5 3.3) |
| LCH | lch(90.4 35.6 174.8) |
| OKLCH | oklch(0.904 0.102 175.5) |
Copy-ready code
/* CSS */
color: #91f6dc;
background-color: #91f6dc;
/* Tailwind (arbitrary) */
class="text-[#91f6dc] bg-[#91f6dc]"
/* SCSS */
$brand: #91f6dc;
/* SwiftUI */
Color(red: 0.569, green: 0.965, blue: 0.863)
/* Android */
Color.parseColor("#91f6dc")Accessibility — WCAG contrast
Aa
#91f6dc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91f6dc on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green96.5%
Blue86.3%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow10.6%
Key (black)3.5%
Color previews
#91f6dc text on a black background
contrast 16.42:1
Card sample
#91f6dc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91f6dc;
Background color
Panel with #91f6dc background
background-color: #91f6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91f6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 246, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 246, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91f6dc; background: linear-gradient(135deg, #91f6dc, #91CDF6);