#6fccff
a light, electric blue · cool · closest name: skyblue
RGB
111, 204, 255
HSL
201°, 100%, 72%
CMYK
57, 20, 0, 0
Luminance
0.5379
Every format
| HEX | #6fccff |
| RGB | rgb(111, 204, 255) |
| HSL | hsl(201, 100%, 72%) |
| CMYK | cmyk(57%, 20%, 0%, 0%) |
| LAB | lab(78.3 -13.5 -33.4) |
| LCH | lch(78.3 36.0 248.0) |
| OKLCH | oklch(0.807 0.114 234.6) |
Copy-ready code
/* CSS */
color: #6fccff;
background-color: #6fccff;
/* Tailwind (arbitrary) */
class="text-[#6fccff] bg-[#6fccff]"
/* SCSS */
$brand: #6fccff;
/* SwiftUI */
Color(red: 0.435, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#6fccff")Accessibility — WCAG contrast
Aa
#6fccff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fccff on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.0%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6fccff text on a black background
contrast 11.76:1
Card sample
#6fccff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fccff;
Background color
Panel with #6fccff background
background-color: #6fccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fccff; background: linear-gradient(135deg, #6fccff, #726FFF);