#0ccfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 207, 223
HSL
185°, 90%, 46%
CMYK
95, 7, 0, 13
Luminance
0.5003
Every format
| HEX | #0ccfdf |
| RGB | rgb(12, 207, 223) |
| HSL | hsl(185, 90%, 46%) |
| CMYK | cmyk(95%, 7%, 0%, 13%) |
| LAB | lab(76.1 -35.9 -19.9) |
| LCH | lch(76.1 41.0 208.9) |
| OKLCH | oklch(0.780 0.132 204.8) |
Copy-ready code
/* CSS */
color: #0ccfdf;
background-color: #0ccfdf;
/* Tailwind (arbitrary) */
class="text-[#0ccfdf] bg-[#0ccfdf]"
/* SCSS */
$brand: #0ccfdf;
/* SwiftUI */
Color(red: 0.047, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#0ccfdf")Accessibility — WCAG contrast
Aa
#0ccfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccfdf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green81.2%
Blue87.5%
CMYK percentages
Cyan94.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0ccfdf text on a black background
contrast 11.01:1
Card sample
#0ccfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccfdf;
Background color
Panel with #0ccfdf background
background-color: #0ccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccfdf; background: linear-gradient(135deg, #0ccfdf, #0C43DF);