#0ceffc
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 239, 252
HSL
183°, 98%, 52%
CMYK
95, 5, 0, 1
Luminance
0.6884
Every format
| HEX | #0ceffc |
| RGB | rgb(12, 239, 252) |
| HSL | hsl(183, 98%, 52%) |
| CMYK | cmyk(95%, 5%, 0%, 1%) |
| LAB | lab(86.4 -41.7 -19.6) |
| LCH | lch(86.4 46.1 205.2) |
| OKLCH | oklch(0.867 0.147 201.9) |
Copy-ready code
/* CSS */
color: #0ceffc;
background-color: #0ceffc;
/* Tailwind (arbitrary) */
class="text-[#0ceffc] bg-[#0ceffc]"
/* SCSS */
$brand: #0ceffc;
/* SwiftUI */
Color(red: 0.047, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#0ceffc")Accessibility — WCAG contrast
Aa
#0ceffc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceffc on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green93.7%
Blue98.8%
CMYK percentages
Cyan95.2%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#0ceffc text on a black background
contrast 14.77:1
Card sample
#0ceffc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceffc;
Background color
Panel with #0ceffc background
background-color: #0ceffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceffc; background: linear-gradient(135deg, #0ceffc, #0C4FFC);