#6ebfeb
a light, electric blue · cool · closest name: skyblue
RGB
110, 191, 235
HSL
201°, 76%, 68%
CMYK
53, 19, 0, 8
Luminance
0.4657
Every format
| HEX | #6ebfeb |
| RGB | rgb(110, 191, 235) |
| HSL | hsl(201, 76%, 68%) |
| CMYK | cmyk(53%, 19%, 0%, 8%) |
| LAB | lab(73.9 -12.7 -29.5) |
| LCH | lch(73.9 32.1 246.7) |
| OKLCH | oklch(0.770 0.102 234.0) |
Copy-ready code
/* CSS */
color: #6ebfeb;
background-color: #6ebfeb;
/* Tailwind (arbitrary) */
class="text-[#6ebfeb] bg-[#6ebfeb]"
/* SCSS */
$brand: #6ebfeb;
/* SwiftUI */
Color(red: 0.431, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#6ebfeb")Accessibility — WCAG contrast
Aa
#6ebfeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebfeb on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.9%
Blue92.2%
CMYK percentages
Cyan53.2%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#6ebfeb text on a black background
contrast 10.31:1
Card sample
#6ebfeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebfeb;
Background color
Panel with #6ebfeb background
background-color: #6ebfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebfeb; background: linear-gradient(135deg, #6ebfeb, #706EEB);