#6fcceb
a light, electric cyan · cool · closest name: skyblue
RGB
111, 204, 235
HSL
195°, 76%, 68%
CMYK
53, 13, 0, 8
Luminance
0.5256
Every format
| HEX | #6fcceb |
| RGB | rgb(111, 204, 235) |
| HSL | hsl(195, 76%, 68%) |
| CMYK | cmyk(53%, 13%, 0%, 8%) |
| LAB | lab(77.6 -19.3 -23.8) |
| LCH | lch(77.6 30.6 231.0) |
| OKLCH | oklch(0.799 0.099 222.0) |
Copy-ready code
/* CSS */
color: #6fcceb;
background-color: #6fcceb;
/* Tailwind (arbitrary) */
class="text-[#6fcceb] bg-[#6fcceb]"
/* SCSS */
$brand: #6fcceb;
/* SwiftUI */
Color(red: 0.435, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#6fcceb")Accessibility — WCAG contrast
Aa
#6fcceb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcceb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#6fcceb text on a black background
contrast 11.51:1
Card sample
#6fcceb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcceb;
Background color
Panel with #6fcceb background
background-color: #6fcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcceb; background: linear-gradient(135deg, #6fcceb, #6F79EB);