#6fcfef
a light, electric cyan · cool · closest name: skyblue
RGB
111, 207, 239
HSL
195°, 80%, 69%
CMYK
54, 13, 0, 6
Luminance
0.5424
Every format
| HEX | #6fcfef |
| RGB | rgb(111, 207, 239) |
| HSL | hsl(195, 80%, 69%) |
| CMYK | cmyk(54%, 13%, 0%, 6%) |
| LAB | lab(78.6 -19.7 -24.4) |
| LCH | lch(78.6 31.4 231.2) |
| OKLCH | oklch(0.808 0.101 222.1) |
Copy-ready code
/* CSS */
color: #6fcfef;
background-color: #6fcfef;
/* Tailwind (arbitrary) */
class="text-[#6fcfef] bg-[#6fcfef]"
/* SCSS */
$brand: #6fcfef;
/* SwiftUI */
Color(red: 0.435, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#6fcfef")Accessibility — WCAG contrast
Aa
#6fcfef on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcfef on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green81.2%
Blue93.7%
CMYK percentages
Cyan53.6%
Magenta13.4%
Yellow0.0%
Key (black)6.3%
Color previews
#6fcfef text on a black background
contrast 11.85:1
Card sample
#6fcfef text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcfef;
Background color
Panel with #6fcfef background
background-color: #6fcfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 207, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 207, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcfef; background: linear-gradient(135deg, #6fcfef, #6F7AEF);