#0ea3be
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 163, 190
HSL
189°, 86%, 40%
CMYK
93, 14, 0, 26
Luminance
0.3001
Every format
| HEX | #0ea3be |
| RGB | rgb(14, 163, 190) |
| HSL | hsl(189, 86%, 40%) |
| CMYK | cmyk(93%, 14%, 0%, 26%) |
| LAB | lab(61.7 -25.1 -23.7) |
| LCH | lch(61.7 34.6 223.4) |
| OKLCH | oklch(0.659 0.115 215.4) |
Copy-ready code
/* CSS */
color: #0ea3be;
background-color: #0ea3be;
/* Tailwind (arbitrary) */
class="text-[#0ea3be] bg-[#0ea3be]"
/* SCSS */
$brand: #0ea3be;
/* SwiftUI */
Color(red: 0.055, green: 0.639, blue: 0.745)
/* Android */
Color.parseColor("#0ea3be")Accessibility — WCAG contrast
Aa
#0ea3be on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea3be on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green63.9%
Blue74.5%
CMYK percentages
Cyan92.6%
Magenta14.2%
Yellow0.0%
Key (black)25.5%
Color previews
#0ea3be text on a black background
contrast 7.00:1
Card sample
#0ea3be text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea3be;
Background color
Panel with #0ea3be background
background-color: #0ea3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 163, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 163, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea3be; background: linear-gradient(135deg, #0ea3be, #0E2EBE);