#91dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
145, 220, 223
HSL
182°, 55%, 72%
CMYK
35, 1, 0, 13
Luminance
0.6253
Every format
| HEX | #91dcdf |
| RGB | rgb(145, 220, 223) |
| HSL | hsl(182, 55%, 72%) |
| CMYK | cmyk(35%, 1%, 0%, 13%) |
| LAB | lab(83.2 -22.4 -8.8) |
| LCH | lch(83.2 24.1 201.6) |
| OKLCH | oklch(0.847 0.074 199.1) |
Copy-ready code
/* CSS */
color: #91dcdf;
background-color: #91dcdf;
/* Tailwind (arbitrary) */
class="text-[#91dcdf] bg-[#91dcdf]"
/* SCSS */
$brand: #91dcdf;
/* SwiftUI */
Color(red: 0.569, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#91dcdf")Accessibility — WCAG contrast
Aa
#91dcdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91dcdf on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green86.3%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#91dcdf text on a black background
contrast 13.51:1
Card sample
#91dcdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91dcdf;
Background color
Panel with #91dcdf background
background-color: #91dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91dcdf; background: linear-gradient(135deg, #91dcdf, #91A8DF);