#7bcfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
123, 207, 219
HSL
188°, 57%, 67%
CMYK
44, 6, 0, 14
Luminance
0.5395
Every format
| HEX | #7bcfdb |
| RGB | rgb(123, 207, 219) |
| HSL | hsl(188, 57%, 67%) |
| CMYK | cmyk(44%, 6%, 0%, 14%) |
| LAB | lab(78.4 -22.4 -13.9) |
| LCH | lch(78.4 26.4 211.8) |
| OKLCH | oklch(0.805 0.083 207.4) |
Copy-ready code
/* CSS */
color: #7bcfdb;
background-color: #7bcfdb;
/* Tailwind (arbitrary) */
class="text-[#7bcfdb] bg-[#7bcfdb]"
/* SCSS */
$brand: #7bcfdb;
/* SwiftUI */
Color(red: 0.482, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#7bcfdb")Accessibility — WCAG contrast
Aa
#7bcfdb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcfdb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green81.2%
Blue85.9%
CMYK percentages
Cyan43.8%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#7bcfdb text on a black background
contrast 11.79:1
Card sample
#7bcfdb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcfdb;
Background color
Panel with #7bcfdb background
background-color: #7bcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcfdb; background: linear-gradient(135deg, #7bcfdb, #7B8FDB);