#7ebecc
a balanced, soft cyan · cool · closest name: Sky Blue
At a glance
Every number on this page in one read: what #7ebecc 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 | #7ebecc |
| RGB | rgb(126, 190, 204) |
| HSL | hsl(191, 43%, 65%) |
| CMYK | cmyk(38%, 7%, 0%, 20%) |
| LAB | lab(73.3 -16.8 -13.5) |
| LCH | lch(73.3 21.6 218.7) |
| OKLCH | oklch(0.763 0.068 212.9) |
| Decimal | 8306380 |
| Display P3 | color(display-p3 0.494 0.745 0.800) |
Copy-ready code
/* CSS */
color: #7ebecc;
background-color: #7ebecc;
/* Tailwind (arbitrary) */
class="text-[#7ebecc] bg-[#7ebecc]"
/* SCSS */
$brand: #7ebecc;
/* SwiftUI */
Color(red: 0.494, green: 0.745, blue: 0.800)
/* Android */
Color.parseColor("#7ebecc")
/* Flutter */
Color(0xFF7EBECC)
/* Python / OpenCV (BGR) */
(204, 190, 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. #7ebecc 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: #F5F9FA;
--brand-100: #EBF3F5;
--brand-200: #D1E6EA;
--brand-300: #AFD6DF;
--brand-400: #7ebecc;
--brand-500: #5EAEBF;
--brand-600: #459CAF;
--brand-700: #3A8292;
--brand-800: #2E6875;
--brand-900: #254D56;
--brand-950: #173035;
--brand: #7ebecc;
--brand-ink: #000000;
}Colors that work with #7ebecc
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 #7ebecc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #CC8C7E | Directly opposite — maximum tension | |
| Analogous left | #7ECCB3 | Neighbour, quieter | |
| Analogous right | #7E97CC | Neighbour, quieter | |
| Split-complement 1 | #CC7E97 | Contrast without the clash | |
| Split-complement 2 | #CCB37E | Contrast without the clash | |
| Triadic 1 | #CC7EBE | Even thirds — balanced and loud | |
| Triadic 2 | #BECC7E | Even thirds — balanced and loud | |
| Tetradic | #B37ECC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7ebecc text on a black background
contrast 10.12:1
#7ebecc text on a white background
contrast 2.07:1
CSS3 live lab
The quick brown fox
color: #7ebecc;
background-color: #7ebecc;
Glowing headline
text-shadow: 2px 2px 8px #7ebecc;
Soft neon halo
text-shadow: 0 0 14px rgba(126, 190, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(126, 190, 204, 0.45);
border: 3px solid #7ebecc; background: linear-gradient(135deg, #7ebecc, #7E8ACC);
Monochromatic scale
Palettes built from #7ebecc
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: Sky Blue (#87ceeb) — ΔE2000 6.5 away, with its history, psychology and brand usage.
#7ebecc 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.
#7ebecc, answered
What color is #7ebecc?
#7ebecc is a balanced soft cyan, closest to Sky Blue (ΔE2000 6.5). It sits at 191° on the hue wheel with 43% saturation and 65% lightness, which reads as cool.
What is the RGB value of #7ebecc?
rgb(126, 190, 204) — 126 red, 190 green and 204 blue out of 255, or 49.4% / 74.5% / 80% by channel.
Is #7ebecc a light or a dark color?
It is a mid-tone. Relative luminance is 0.4562 and perceived brightness is 69%, so black text on it reaches 10.12:1.
Should I use black or white text on #7ebecc?
Black. It scores 10.12:1 against #7ebecc, versus 2.07:1 for white — AAA at any size.
What is the complementary color of #7ebecc?
#CC8C7E sits directly opposite on the wheel. Softer options are the split-complements #CC7E97 and #CCB37E, which give the same contrast with far less vibration.
What colors go well with #7ebecc?
For interface work: #F4F9FA as the surface, #C5E2E8 for borders, #4B8C9B for secondary text, #97353C as an accent and #24515B for hover and pressed states. For a palette, the analogous pair #7ECCB3 and #7E97CC stays calm, while #CC8C7E is the loudest partner.
What is #7ebecc in CMYK for printing?
cmyk(38%, 7%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7ebecc warm or cool?
Cool — it scores 92 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7ECCBD; nudged cooler, #7CABCE.