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