#6ebfef
a light, electric blue · cool · closest name: skyblue
RGB
110, 191, 239
HSL
202°, 80%, 68%
CMYK
54, 20, 0, 6
Luminance
0.4681
Every format
| HEX | #6ebfef |
| RGB | rgb(110, 191, 239) |
| HSL | hsl(202, 80%, 68%) |
| CMYK | cmyk(54%, 20%, 0%, 6%) |
| LAB | lab(74.1 -11.5 -31.4) |
| LCH | lch(74.1 33.4 249.8) |
| OKLCH | oklch(0.771 0.105 236.3) |
Copy-ready code
/* CSS */
color: #6ebfef;
background-color: #6ebfef;
/* Tailwind (arbitrary) */
class="text-[#6ebfef] bg-[#6ebfef]"
/* SCSS */
$brand: #6ebfef;
/* SwiftUI */
Color(red: 0.431, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#6ebfef")Accessibility — WCAG contrast
Aa
#6ebfef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebfef on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.9%
Blue93.7%
CMYK percentages
Cyan54.0%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#6ebfef text on a black background
contrast 10.36:1
Card sample
#6ebfef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebfef;
Background color
Panel with #6ebfef background
background-color: #6ebfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebfef; background: linear-gradient(135deg, #6ebfef, #736EEF);