#0cd2ef
a balanced, electric cyan · cool · closest name: skyblue
RGB
12, 210, 239
HSL
188°, 90%, 49%
CMYK
95, 12, 0, 6
Luminance
0.5240
Every format
| HEX | #0cd2ef |
| RGB | rgb(12, 210, 239) |
| HSL | hsl(188, 90%, 49%) |
| CMYK | cmyk(95%, 12%, 0%, 6%) |
| LAB | lab(77.5 -32.3 -26.3) |
| LCH | lch(77.5 41.6 219.1) |
| OKLCH | oklch(0.793 0.137 212.3) |
Copy-ready code
/* CSS */
color: #0cd2ef;
background-color: #0cd2ef;
/* Tailwind (arbitrary) */
class="text-[#0cd2ef] bg-[#0cd2ef]"
/* SCSS */
$brand: #0cd2ef;
/* SwiftUI */
Color(red: 0.047, green: 0.824, blue: 0.937)
/* Android */
Color.parseColor("#0cd2ef")Accessibility — WCAG contrast
Aa
#0cd2ef on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd2ef on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.4%
Blue93.7%
CMYK percentages
Cyan95.0%
Magenta12.1%
Yellow0.0%
Key (black)6.3%
Color previews
#0cd2ef text on a black background
contrast 11.48:1
Card sample
#0cd2ef text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd2ef;
Background color
Panel with #0cd2ef background
background-color: #0cd2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 210, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 210, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd2ef; background: linear-gradient(135deg, #0cd2ef, #0C3BEF);