#0adfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
10, 223, 223
HSL
180°, 91%, 46%
CMYK
96, 0, 0, 13
Luminance
0.5817
Every format
| HEX | #0adfdf |
| RGB | rgb(10, 223, 223) |
| HSL | hsl(180, 91%, 46%) |
| CMYK | cmyk(96%, 0%, 0%, 13%) |
| LAB | lab(80.8 -43.2 -12.7) |
| LCH | lch(80.8 45.0 196.4) |
| OKLCH | oklch(0.819 0.139 194.8) |
Copy-ready code
/* CSS */
color: #0adfdf;
background-color: #0adfdf;
/* Tailwind (arbitrary) */
class="text-[#0adfdf] bg-[#0adfdf]"
/* SCSS */
$brand: #0adfdf;
/* SwiftUI */
Color(red: 0.039, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#0adfdf")Accessibility — WCAG contrast
Aa
#0adfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adfdf on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green87.5%
Blue87.5%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0adfdf text on a black background
contrast 12.63:1
Card sample
#0adfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adfdf;
Background color
Panel with #0adfdf background
background-color: #0adfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adfdf; background: linear-gradient(135deg, #0adfdf, #0A51DF);