#69ffcf
a light, electric cyan · cool · closest name: aquamarine
RGB
105, 255, 207
HSL
161°, 100%, 71%
CMYK
59, 0, 19, 0
Luminance
0.7903
Every format
| HEX | #69ffcf |
| RGB | rgb(105, 255, 207) |
| HSL | hsl(161, 100%, 71%) |
| CMYK | cmyk(59%, 0%, 19%, 0%) |
| LAB | lab(91.2 -51.1 11.1) |
| LCH | lch(91.2 52.3 167.8) |
| OKLCH | oklch(0.906 0.146 168.8) |
Copy-ready code
/* CSS */
color: #69ffcf;
background-color: #69ffcf;
/* Tailwind (arbitrary) */
class="text-[#69ffcf] bg-[#69ffcf]"
/* SCSS */
$brand: #69ffcf;
/* SwiftUI */
Color(red: 0.412, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#69ffcf")Accessibility — WCAG contrast
Aa
#69ffcf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ffcf on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green100.0%
Blue81.2%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#69ffcf text on a black background
contrast 16.81:1
Card sample
#69ffcf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ffcf;
Background color
Panel with #69ffcf background
background-color: #69ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ffcf; background: linear-gradient(135deg, #69ffcf, #69CBFF);