#7bafdb
a light, vivid blue · cool · closest name: skyblue
RGB
123, 175, 219
HSL
208°, 57%, 67%
CMYK
44, 20, 0, 14
Luminance
0.3999
Every format
| HEX | #7bafdb |
| RGB | rgb(123, 175, 219) |
| HSL | hsl(208, 57%, 67%) |
| CMYK | cmyk(44%, 20%, 0%, 14%) |
| LAB | lab(69.5 -5.7 -27.6) |
| LCH | lch(69.5 28.1 258.4) |
| OKLCH | oklch(0.734 0.085 244.8) |
Copy-ready code
/* CSS */
color: #7bafdb;
background-color: #7bafdb;
/* Tailwind (arbitrary) */
class="text-[#7bafdb] bg-[#7bafdb]"
/* SCSS */
$brand: #7bafdb;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#7bafdb")Accessibility — WCAG contrast
Aa
#7bafdb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bafdb on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue85.9%
CMYK percentages
Cyan43.8%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#7bafdb text on a black background
contrast 9.00:1
Card sample
#7bafdb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bafdb;
Background color
Panel with #7bafdb background
background-color: #7bafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bafdb; background: linear-gradient(135deg, #7bafdb, #877BDB);