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