#7fbfdf
a light, vivid blue · cool · closest name: skyblue
RGB
127, 191, 223
HSL
200°, 60%, 69%
CMYK
43, 14, 0, 13
Luminance
0.4710
Every format
| HEX | #7fbfdf |
| RGB | rgb(127, 191, 223) |
| HSL | hsl(200, 60%, 69%) |
| CMYK | cmyk(43%, 14%, 0%, 13%) |
| LAB | lab(74.3 -12.2 -22.4) |
| LCH | lch(74.3 25.5 241.5) |
| OKLCH | oklch(0.773 0.080 230.8) |
Copy-ready code
/* CSS */
color: #7fbfdf;
background-color: #7fbfdf;
/* Tailwind (arbitrary) */
class="text-[#7fbfdf] bg-[#7fbfdf]"
/* SCSS */
$brand: #7fbfdf;
/* SwiftUI */
Color(red: 0.498, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#7fbfdf")Accessibility — WCAG contrast
Aa
#7fbfdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbfdf on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green74.9%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7fbfdf text on a black background
contrast 10.42:1
Card sample
#7fbfdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbfdf;
Background color
Panel with #7fbfdf background
background-color: #7fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbfdf; background: linear-gradient(135deg, #7fbfdf, #7F7FDF);