#7fbceb
a light, vivid blue · cool · closest name: skyblue
RGB
127, 188, 235
HSL
206°, 73%, 71%
CMYK
46, 20, 0, 8
Luminance
0.4648
Every format
| HEX | #7fbceb |
| RGB | rgb(127, 188, 235) |
| HSL | hsl(206, 73%, 71%) |
| CMYK | cmyk(46%, 20%, 0%, 8%) |
| LAB | lab(73.8 -7.3 -29.5) |
| LCH | lch(73.8 30.4 256.1) |
| OKLCH | oklch(0.771 0.092 242.5) |
Copy-ready code
/* CSS */
color: #7fbceb;
background-color: #7fbceb;
/* Tailwind (arbitrary) */
class="text-[#7fbceb] bg-[#7fbceb]"
/* SCSS */
$brand: #7fbceb;
/* SwiftUI */
Color(red: 0.498, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#7fbceb")Accessibility — WCAG contrast
Aa
#7fbceb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fbceb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green73.7%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7fbceb text on a black background
contrast 10.30:1
Card sample
#7fbceb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fbceb;
Background color
Panel with #7fbceb background
background-color: #7fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fbceb; background: linear-gradient(135deg, #7fbceb, #8A7FEB);