Skip to content

#7eb2a5

a balanced, soft cyan · cool · closest name: Cadet Blue

RGB
126, 178, 165
HSL
165°, 25%, 60%
CMYK
29, 0, 7, 30
Luminance
0.3899

At a glance

Every number on this page in one read: what #7eb2a5 is made of, how bright it looks, and which way it leans.

Hex
#7eb2a5
Hue
165°
cyan
Saturation
25%
soft
Lightness
60%
balanced
Brightness
70%
HSV value
Perceived
64%
weighted brightness
Luminance
0.3899
WCAG relative
Temperature
Cool
73/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
8.80:1
Closest name
Cadet Blue
ΔE2000 8.9
Where it sits
Hue165° of 360°
Saturation25%
Lightness60%
Temperature
Warm ← → Cool73% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#7eb2a5
RGBrgb(126, 178, 165)
HSLhsl(165, 25%, 60%)
CMYKcmyk(29%, 0%, 7%, 30%)
LABlab(68.8 -19.9 1.1)
LCHlch(68.8 20.0 176.7)
OKLCHoklch(0.723 0.058 177.3)
Decimal8303269
Display P3color(display-p3 0.494 0.698 0.647)

Copy-ready code

/* CSS */
color: #7eb2a5;
background-color: #7eb2a5;
/* Tailwind (arbitrary) */
class="text-[#7eb2a5] bg-[#7eb2a5]"
/* SCSS */
$brand: #7eb2a5;
/* SwiftUI */
Color(red: 0.494, green: 0.698, blue: 0.647)
/* Android */
Color.parseColor("#7eb2a5")
/* Flutter */
Color(0xFF7EB2A5)
/* Python / OpenCV (BGR) */
(165, 178, 126)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #7eb2a5 · 8.80:1
Use #000000AAA at every size.
Aa
White text · 2.39:1
AA fail · AA large fail · AAA fail
Aa
Black text · 8.80:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #7eb2a5 as text scores 2.39:1 on white and 8.80:1 on black.

Accessibility — WCAG contrast

Aa
#7eb2a5 on white: 2.39:1
AA ✗ fail · AA-large · AAA
Aa
#7eb2a5 on black: 8.80:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AEACA4
deuteranopia · #A5A5A6
tritanopia · #70B3AE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7eb2a5 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F6F9F8
#EDF3F1
#D6E5E2
#B9D5CE
#96C0B5
#7eb2a5
#5C998A
#4C8073
#3D665C
#2F4B44
#1D2F2B
Base = 500Lightest = 50 · #F6F9F8Darkest = 950 · #1D2F2B
:root {
  --brand-50: #F6F9F8;
  --brand-100: #EDF3F1;
  --brand-200: #D6E5E2;
  --brand-300: #B9D5CE;
  --brand-400: #96C0B5;
  --brand-500: #7eb2a5;
  --brand-600: #5C998A;
  --brand-700: #4C8073;
  --brand-800: #3D665C;
  --brand-900: #2F4B44;
  --brand-950: #1D2F2B;
  --brand: #7eb2a5;
  --brand-ink: #000000;
}

Colors that work with #7eb2a5

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F5F9F8
Tinted page background
Border#CCE0DB
Hairlines and dividers
Muted text#569081
Captions on the surface
Accent#B67A98
Second voice, not a rival
Dark variant#305048
Hover, pressed, headers
Light variant#EFF5F4
Selected rows, tints
Dark surface#152320
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #7eb2a5

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Brand accents, badges and data highlights
Use with care
  • 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#B27E8B
Analogous left#7EB28B
Analogous right#7EA5B2
Split-complement 1#B27EA5
Split-complement 2#B28B7E
Triadic 1#A57EB2
Triadic 2#B2A57E
Tetradic#8B7EB2

RGB percentages

Red49.4%
Green69.8%
Blue64.7%

CMYK percentages

Cyan29.2%
Magenta0.0%
Yellow7.3%
Key (black)30.2%

Color previews

#7eb2a5 text on a black background

contrast 8.80:1

Card sample

#7eb2a5 text on a white background

contrast 2.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #7eb2a5;
Background color
Panel with #7eb2a5 background
background-color: #7eb2a5;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #7eb2a5;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(126, 178, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 178, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb2a5;
background: linear-gradient(135deg, #7eb2a5, #7E9CB2);

Monochromatic scale

Palettes built from #7eb2a5

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.

#7eb2a5 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#7eb2a5, answered

What color is #7eb2a5?

#7eb2a5 is a balanced soft cyan, closest to Cadet Blue (ΔE2000 8.9). It sits at 165° on the hue wheel with 25% saturation and 60% lightness, which reads as cool.

What is the RGB value of #7eb2a5?

rgb(126, 178, 165) — 126 red, 178 green and 165 blue out of 255, or 49.4% / 69.8% / 64.7% by channel.

Is #7eb2a5 a light or a dark color?

It is a mid-tone. Relative luminance is 0.3899 and perceived brightness is 64%, so black text on it reaches 8.80:1.

Should I use black or white text on #7eb2a5?

Black. It scores 8.80:1 against #7eb2a5, versus 2.39:1 for white — AAA at any size.

What is the complementary color of #7eb2a5?

#B27E8B sits directly opposite on the wheel. Softer options are the split-complements #B27EA5 and #B28B7E, which give the same contrast with far less vibration.

What colors go well with #7eb2a5?

For interface work: #F5F9F8 as the surface, #CCE0DB for borders, #569081 for secondary text, #B67A98 as an accent and #305048 for hover and pressed states. For a palette, the analogous pair #7EB28B and #7EA5B2 stays calm, while #B27E8B is the loudest partner.

What is #7eb2a5 in CMYK for printing?

cmyk(29%, 0%, 7%, 30%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #7eb2a5 warm or cool?

Cool — it scores 73 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7EB292; nudged cooler, #7CADB4.

Work with #7eb2a5 in the Color Lab