#72cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
114, 205, 223
HSL
190°, 63%, 66%
CMYK
49, 8, 0, 13
Luminance
0.5257
Every format
| HEX | #72cddf |
| RGB | rgb(114, 205, 223) |
| HSL | hsl(190, 63%, 66%) |
| CMYK | cmyk(49%, 8%, 0%, 13%) |
| LAB | lab(77.6 -22.4 -17.3) |
| LCH | lch(77.6 28.4 217.7) |
| OKLCH | oklch(0.798 0.090 211.9) |
Copy-ready code
/* CSS */
color: #72cddf;
background-color: #72cddf;
/* Tailwind (arbitrary) */
class="text-[#72cddf] bg-[#72cddf]"
/* SCSS */
$brand: #72cddf;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#72cddf")Accessibility — WCAG contrast
Aa
#72cddf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cddf on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#72cddf text on a black background
contrast 11.51:1
Card sample
#72cddf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cddf;
Background color
Panel with #72cddf background
background-color: #72cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cddf; background: linear-gradient(135deg, #72cddf, #7284DF);