#0cefff
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 239, 255
HSL
184°, 100%, 52%
CMYK
95, 6, 0, 0
Luminance
0.6903
Every format
| HEX | #0cefff |
| RGB | rgb(12, 239, 255) |
| HSL | hsl(184, 100%, 52%) |
| CMYK | cmyk(95%, 6%, 0%, 0%) |
| LAB | lab(86.5 -40.8 -21.1) |
| LCH | lch(86.5 45.9 207.3) |
| OKLCH | oklch(0.868 0.147 203.5) |
Copy-ready code
/* CSS */
color: #0cefff;
background-color: #0cefff;
/* Tailwind (arbitrary) */
class="text-[#0cefff] bg-[#0cefff]"
/* SCSS */
$brand: #0cefff;
/* SwiftUI */
Color(red: 0.047, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#0cefff")Accessibility — WCAG contrast
Aa
#0cefff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cefff on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green93.7%
Blue100.0%
CMYK percentages
Cyan95.3%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#0cefff text on a black background
contrast 14.81:1
Card sample
#0cefff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cefff;
Background color
Panel with #0cefff background
background-color: #0cefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cefff; background: linear-gradient(135deg, #0cefff, #0C4DFF);