#6fbceb
a light, electric blue · cool · closest name: skyblue
RGB
111, 188, 235
HSL
203°, 76%, 68%
CMYK
53, 20, 0, 8
Luminance
0.4534
Every format
| HEX | #6fbceb |
| RGB | rgb(111, 188, 235) |
| HSL | hsl(203, 76%, 68%) |
| CMYK | cmyk(53%, 20%, 0%, 8%) |
| LAB | lab(73.1 -10.9 -30.7) |
| LCH | lch(73.1 32.6 250.4) |
| OKLCH | oklch(0.763 0.102 237.0) |
Copy-ready code
/* CSS */
color: #6fbceb;
background-color: #6fbceb;
/* Tailwind (arbitrary) */
class="text-[#6fbceb] bg-[#6fbceb]"
/* SCSS */
$brand: #6fbceb;
/* SwiftUI */
Color(red: 0.435, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#6fbceb")Accessibility — WCAG contrast
Aa
#6fbceb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbceb on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6fbceb text on a black background
contrast 10.07:1
Card sample
#6fbceb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbceb;
Background color
Panel with #6fbceb background
background-color: #6fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbceb; background: linear-gradient(135deg, #6fbceb, #746FEB);