#69cffc
a light, electric cyan · cool · closest name: skyblue
RGB
105, 207, 252
HSL
198°, 96%, 70%
CMYK
58, 18, 0, 1
Luminance
0.5466
Every format
| HEX | #69cffc |
| RGB | rgb(105, 207, 252) |
| HSL | hsl(198, 96%, 70%) |
| CMYK | cmyk(58%, 18%, 0%, 1%) |
| LAB | lab(78.8 -17.1 -31.0) |
| LCH | lch(78.8 35.4 241.2) |
| OKLCH | oklch(0.810 0.114 229.3) |
Copy-ready code
/* CSS */
color: #69cffc;
background-color: #69cffc;
/* Tailwind (arbitrary) */
class="text-[#69cffc] bg-[#69cffc]"
/* SCSS */
$brand: #69cffc;
/* SwiftUI */
Color(red: 0.412, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#69cffc")Accessibility — WCAG contrast
Aa
#69cffc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cffc on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan58.3%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#69cffc text on a black background
contrast 11.93:1
Card sample
#69cffc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cffc;
Background color
Panel with #69cffc background
background-color: #69cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cffc; background: linear-gradient(135deg, #69cffc, #696DFC);