#3ea3cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
62, 163, 207
HSL
198°, 60%, 53%
CMYK
70, 21, 0, 19
Luminance
0.3172
Every format
| HEX | #3ea3cf |
| RGB | rgb(62, 163, 207) |
| HSL | hsl(198, 60%, 53%) |
| CMYK | cmyk(70%, 21%, 0%, 19%) |
| LAB | lab(63.1 -15.0 -30.9) |
| LCH | lch(63.1 34.4 244.1) |
| OKLCH | oklch(0.676 0.112 230.6) |
Copy-ready code
/* CSS */
color: #3ea3cf;
background-color: #3ea3cf;
/* Tailwind (arbitrary) */
class="text-[#3ea3cf] bg-[#3ea3cf]"
/* SCSS */
$brand: #3ea3cf;
/* SwiftUI */
Color(red: 0.243, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#3ea3cf")Accessibility — WCAG contrast
Aa
#3ea3cf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ea3cf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green63.9%
Blue81.2%
CMYK percentages
Cyan70.0%
Magenta21.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3ea3cf text on a black background
contrast 7.34:1
Card sample
#3ea3cf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ea3cf;
Background color
Panel with #3ea3cf background
background-color: #3ea3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ea3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ea3cf; background: linear-gradient(135deg, #3ea3cf, #3E42CF);