#7bc2db
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 194, 219
HSL
196°, 57%, 67%
CMYK
44, 11, 0, 14
Luminance
0.4791
Every format
| HEX | #7bc2db |
| RGB | rgb(123, 194, 219) |
| HSL | hsl(196, 57%, 67%) |
| CMYK | cmyk(44%, 11%, 0%, 14%) |
| LAB | lab(74.8 -15.8 -19.4) |
| LCH | lch(74.8 25.1 230.9) |
| OKLCH | oklch(0.776 0.080 222.4) |
Copy-ready code
/* CSS */
color: #7bc2db;
background-color: #7bc2db;
/* Tailwind (arbitrary) */
class="text-[#7bc2db] bg-[#7bc2db]"
/* SCSS */
$brand: #7bc2db;
/* SwiftUI */
Color(red: 0.482, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#7bc2db")Accessibility — WCAG contrast
Aa
#7bc2db on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc2db on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green76.1%
Blue85.9%
CMYK percentages
Cyan43.8%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#7bc2db text on a black background
contrast 10.58:1
Card sample
#7bc2db text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc2db;
Background color
Panel with #7bc2db background
background-color: #7bc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc2db; background: linear-gradient(135deg, #7bc2db, #7B82DB);