#12ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
18, 235, 253
HSL
185°, 98%, 53%
CMYK
93, 7, 0, 1
Luminance
0.6664
Every format
| HEX | #12ebfd |
| RGB | rgb(18, 235, 253) |
| HSL | hsl(185, 98%, 53%) |
| CMYK | cmyk(93%, 7%, 0%, 1%) |
| LAB | lab(85.3 -39.4 -21.8) |
| LCH | lch(85.3 45.1 208.9) |
| OKLCH | oklch(0.858 0.145 204.8) |
Copy-ready code
/* CSS */
color: #12ebfd;
background-color: #12ebfd;
/* Tailwind (arbitrary) */
class="text-[#12ebfd] bg-[#12ebfd]"
/* SCSS */
$brand: #12ebfd;
/* SwiftUI */
Color(red: 0.071, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#12ebfd")Accessibility — WCAG contrast
Aa
#12ebfd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12ebfd on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan92.9%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#12ebfd text on a black background
contrast 14.33:1
Card sample
#12ebfd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12ebfd;
Background color
Panel with #12ebfd background
background-color: #12ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12ebfd; background: linear-gradient(135deg, #12ebfd, #124EFD);