#0cffee
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 255, 238
HSL
176°, 100%, 52%
CMYK
95, 0, 7, 0
Luminance
0.7777
Every format
| HEX | #0cffee |
| RGB | rgb(12, 255, 238) |
| HSL | hsl(176, 100%, 52%) |
| CMYK | cmyk(95%, 0%, 7%, 0%) |
| LAB | lab(90.7 -52.6 -6.0) |
| LCH | lch(90.7 52.9 186.5) |
| OKLCH | oklch(0.900 0.157 186.2) |
Copy-ready code
/* CSS */
color: #0cffee;
background-color: #0cffee;
/* Tailwind (arbitrary) */
class="text-[#0cffee] bg-[#0cffee]"
/* SCSS */
$brand: #0cffee;
/* SwiftUI */
Color(red: 0.047, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#0cffee")Accessibility — WCAG contrast
Aa
#0cffee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cffee on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green100.0%
Blue93.3%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#0cffee text on a black background
contrast 16.55:1
Card sample
#0cffee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cffee;
Background color
Panel with #0cffee background
background-color: #0cffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cffee; background: linear-gradient(135deg, #0cffee, #0C6EFF);