#0edbdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
14, 219, 223
HSL
181°, 88%, 47%
CMYK
94, 2, 0, 13
Luminance
0.5608
Every format
| HEX | #0edbdf |
| RGB | rgb(14, 219, 223) |
| HSL | hsl(181, 88%, 47%) |
| CMYK | cmyk(94%, 2%, 0%, 13%) |
| LAB | lab(79.7 -41.3 -14.5) |
| LCH | lch(79.7 43.8 199.3) |
| OKLCH | oklch(0.809 0.137 197.2) |
Copy-ready code
/* CSS */
color: #0edbdf;
background-color: #0edbdf;
/* Tailwind (arbitrary) */
class="text-[#0edbdf] bg-[#0edbdf]"
/* SCSS */
$brand: #0edbdf;
/* SwiftUI */
Color(red: 0.055, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#0edbdf")Accessibility — WCAG contrast
Aa
#0edbdf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0edbdf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green85.9%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0edbdf text on a black background
contrast 12.22:1
Card sample
#0edbdf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0edbdf;
Background color
Panel with #0edbdf background
background-color: #0edbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0edbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0edbdf; background: linear-gradient(135deg, #0edbdf, #0E50DF);