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