#69fccc
a light, electric cyan · cool · closest name: aquamarine
RGB
105, 252, 204
HSL
160°, 96%, 70%
CMYK
58, 0, 19, 1
Luminance
0.7698
Every format
| HEX | #69fccc |
| RGB | rgb(105, 252, 204) |
| HSL | hsl(160, 96%, 70%) |
| CMYK | cmyk(58%, 0%, 19%, 1%) |
| LAB | lab(90.3 -50.5 11.3) |
| LCH | lch(90.3 51.8 167.4) |
| OKLCH | oklch(0.898 0.144 168.4) |
Copy-ready code
/* CSS */
color: #69fccc;
background-color: #69fccc;
/* Tailwind (arbitrary) */
class="text-[#69fccc] bg-[#69fccc]"
/* SCSS */
$brand: #69fccc;
/* SwiftUI */
Color(red: 0.412, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#69fccc")Accessibility — WCAG contrast
Aa
#69fccc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fccc on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#69fccc text on a black background
contrast 16.40:1
Card sample
#69fccc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fccc;
Background color
Panel with #69fccc background
background-color: #69fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fccc; background: linear-gradient(135deg, #69fccc, #69CAFC);