#7ebade
a light, vivid blue · cool · closest name: Light Sky Blue
At a glance
Every number on this page in one read: what #7ebade is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #7ebade |
| RGB | rgb(126, 186, 222) |
| HSL | hsl(203, 59%, 68%) |
| CMYK | cmyk(43%, 16%, 0%, 13%) |
| LAB | lab(72.8 -10.0 -24.1) |
| LCH | lch(72.8 26.1 247.4) |
| OKLCH | oklch(0.761 0.081 235.6) |
| Decimal | 8305374 |
| Display P3 | color(display-p3 0.494 0.729 0.871) |
Copy-ready code
/* CSS */
color: #7ebade;
background-color: #7ebade;
/* Tailwind (arbitrary) */
class="text-[#7ebade] bg-[#7ebade]"
/* SCSS */
$brand: #7ebade;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#7ebade")
/* Flutter */
Color(0xFF7EBADE)
/* Python / OpenCV (BGR) */
(222, 186, 126)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #7ebade is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4F8FB;
--brand-100: #E9F1F7;
--brand-200: #CDE2EF;
--brand-300: #A6CFE8;
--brand-400: #7ebade;
--brand-500: #4C9FD1;
--brand-600: #328DC3;
--brand-700: #2A75A2;
--brand-800: #215E82;
--brand-900: #1C465F;
--brand-950: #112B3B;
--brand: #7ebade;
--brand-ink: #000000;
}Colors that work with #7ebade
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #7ebade
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #DEA27E | Directly opposite — maximum tension | |
| Analogous left | #7EDED2 | Neighbour, quieter | |
| Analogous right | #7E8ADE | Neighbour, quieter | |
| Split-complement 1 | #DE7E8A | Contrast without the clash | |
| Split-complement 2 | #DED27E | Contrast without the clash | |
| Triadic 1 | #DE7EBA | Even thirds — balanced and loud | |
| Triadic 2 | #BADE7E | Even thirds — balanced and loud | |
| Tetradic | #D27EDE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7ebade text on a black background
contrast 9.97:1
#7ebade text on a white background
contrast 2.11:1
CSS3 live lab
The quick brown fox
color: #7ebade;
background-color: #7ebade;
Glowing headline
text-shadow: 2px 2px 8px #7ebade;
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 222, 0.45);
box-shadow: 0 12px 32px -8px rgba(126, 186, 222, 0.45);
border: 3px solid #7ebade; background: linear-gradient(135deg, #7ebade, #827EDE);
Monochromatic scale
Palettes built from #7ebade
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Baby Blue (#89cff0) — ΔE2000 5.6 away, with its history, psychology and brand usage.
#7ebade in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#7ebade, answered
What color is #7ebade?
#7ebade is a light vivid blue, closest to Light Sky Blue (ΔE2000 5.3). It sits at 203° on the hue wheel with 59% saturation and 68% lightness, which reads as cool.
What is the RGB value of #7ebade?
rgb(126, 186, 222) — 126 red, 186 green and 222 blue out of 255, or 49.4% / 72.9% / 87.1% by channel.
Is #7ebade a light or a dark color?
It is a mid-tone. Relative luminance is 0.4483 and perceived brightness is 69%, so black text on it reaches 9.97:1.
Should I use black or white text on #7ebade?
Black. It scores 9.97:1 against #7ebade, versus 2.11:1 for white — AAA at any size.
What is the complementary color of #7ebade?
#DEA27E sits directly opposite on the wheel. Softer options are the split-complements #DE7E8A and #DED27E, which give the same contrast with far less vibration.
What colors go well with #7ebade?
For interface work: #F4F8FA as the surface, #C0DCED for borders, #4B7D9B for secondary text, #A63526 as an accent and #1A4966 for hover and pressed states. For a palette, the analogous pair #7EDED2 and #7E8ADE stays calm, while #DEA27E is the loudest partner.
What is #7ebade in CMYK for printing?
cmyk(43%, 16%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7ebade warm or cool?
Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7EDDDE; nudged cooler, #7CB0E0.