#6fd0ff
a light, electric cyan · cool · closest name: skyblue
RGB
111, 208, 255
HSL
200°, 100%, 72%
CMYK
57, 18, 0, 0
Luminance
0.5571
Every format
| HEX | #6fd0ff |
| RGB | rgb(111, 208, 255) |
| HSL | hsl(200, 100%, 72%) |
| CMYK | cmyk(57%, 18%, 0%, 0%) |
| LAB | lab(79.5 -15.6 -31.7) |
| LCH | lch(79.5 35.3 243.8) |
| OKLCH | oklch(0.816 0.113 231.4) |
Copy-ready code
/* CSS */
color: #6fd0ff;
background-color: #6fd0ff;
/* Tailwind (arbitrary) */
class="text-[#6fd0ff] bg-[#6fd0ff]"
/* SCSS */
$brand: #6fd0ff;
/* SwiftUI */
Color(red: 0.435, green: 0.816, blue: 1.000)
/* Android */
Color.parseColor("#6fd0ff")Accessibility — WCAG contrast
Aa
#6fd0ff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd0ff on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green81.6%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta18.4%
Yellow0.0%
Key (black)0.0%
Color previews
#6fd0ff text on a black background
contrast 12.14:1
Card sample
#6fd0ff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd0ff;
Background color
Panel with #6fd0ff background
background-color: #6fd0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 208, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 208, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd0ff; background: linear-gradient(135deg, #6fd0ff, #6F70FF);