#69bcbf
a balanced, soft cyan · cool · closest name: skyblue
RGB
105, 188, 191
HSL
182°, 40%, 58%
CMYK
45, 2, 0, 25
Luminance
0.4273
Every format
| HEX | #69bcbf |
| RGB | rgb(105, 188, 191) |
| HSL | hsl(182, 40%, 58%) |
| CMYK | cmyk(45%, 2%, 0%, 25%) |
| LAB | lab(71.4 -24.4 -9.4) |
| LCH | lch(71.4 26.2 201.0) |
| OKLCH | oklch(0.744 0.081 198.6) |
Copy-ready code
/* CSS */
color: #69bcbf;
background-color: #69bcbf;
/* Tailwind (arbitrary) */
class="text-[#69bcbf] bg-[#69bcbf]"
/* SCSS */
$brand: #69bcbf;
/* SwiftUI */
Color(red: 0.412, green: 0.737, blue: 0.749)
/* Android */
Color.parseColor("#69bcbf")Accessibility — WCAG contrast
Aa
#69bcbf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69bcbf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green73.7%
Blue74.9%
CMYK percentages
Cyan45.0%
Magenta1.6%
Yellow0.0%
Key (black)25.1%
Color previews
#69bcbf text on a black background
contrast 9.55:1
Card sample
#69bcbf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69bcbf;
Background color
Panel with #69bcbf background
background-color: #69bcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69bcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 188, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 188, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69bcbf; background: linear-gradient(135deg, #69bcbf, #6983BF);