#0ce8fd
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 232, 253
HSL
185°, 98%, 52%
CMYK
95, 8, 0, 1
Luminance
0.6488
Every format
| HEX | #0ce8fd |
| RGB | rgb(12, 232, 253) |
| HSL | hsl(185, 98%, 52%) |
| CMYK | cmyk(95%, 8%, 0%, 1%) |
| LAB | lab(84.4 -38.2 -23.2) |
| LCH | lch(84.4 44.7 211.2) |
| OKLCH | oklch(0.851 0.145 206.5) |
Copy-ready code
/* CSS */
color: #0ce8fd;
background-color: #0ce8fd;
/* Tailwind (arbitrary) */
class="text-[#0ce8fd] bg-[#0ce8fd]"
/* SCSS */
$brand: #0ce8fd;
/* SwiftUI */
Color(red: 0.047, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#0ce8fd")Accessibility — WCAG contrast
Aa
#0ce8fd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ce8fd on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green91.0%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#0ce8fd text on a black background
contrast 13.98:1
Card sample
#0ce8fd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ce8fd;
Background color
Panel with #0ce8fd background
background-color: #0ce8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ce8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ce8fd; background: linear-gradient(135deg, #0ce8fd, #0C48FD);