#baecee
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 236, 238
HSL
182°, 61%, 83%
CMYK
22, 1, 0, 7
Luminance
0.7660
Every format
| HEX | #baecee |
| RGB | rgb(186, 236, 238) |
| HSL | hsl(182, 61%, 83%) |
| CMYK | cmyk(22%, 1%, 0%, 7%) |
| LAB | lab(90.1 -15.5 -6.2) |
| LCH | lch(90.1 16.7 201.9) |
| OKLCH | oklch(0.909 0.051 199.3) |
Copy-ready code
/* CSS */
color: #baecee;
background-color: #baecee;
/* Tailwind (arbitrary) */
class="text-[#baecee] bg-[#baecee]"
/* SCSS */
$brand: #baecee;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#baecee")Accessibility — WCAG contrast
Aa
#baecee on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecee on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta0.8%
Yellow0.0%
Key (black)6.7%
Color previews
#baecee text on a black background
contrast 16.32:1
Card sample
#baecee text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecee;
Background color
Panel with #baecee background
background-color: #baecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecee; background: linear-gradient(135deg, #baecee, #BAC9EE);