Skip to content

#7ae3cb

a light, vivid cyan · cool · closest name: Turquoise

RGB
122, 227, 203
HSL
166°, 65%, 68%
CMYK
46, 0, 11, 11
Luminance
0.6339

At a glance

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

Hex
#7ae3cb
Hue
166°
cyan
Saturation
65%
vivid
Lightness
68%
light
Brightness
89%
HSV value
Perceived
78%
weighted brightness
Luminance
0.6339
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.68:1
Closest name
Turquoise
ΔE2000 5.1
Where it sits
Hue166° of 360°
Saturation65%
Lightness68%
Temperature
Warm ← → Cool82% 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#7ae3cb
RGBrgb(122, 227, 203)
HSLhsl(166, 65%, 68%)
CMYKcmyk(46%, 0%, 11%, 11%)
LABlab(83.6 -36.2 2.3)
LCHlch(83.6 36.2 176.4)
OKLCHoklch(0.846 0.104 177.0)
Decimal8053707
Display P3color(display-p3 0.478 0.890 0.796)

Copy-ready code

/* CSS */
color: #7ae3cb;
background-color: #7ae3cb;
/* Tailwind (arbitrary) */
class="text-[#7ae3cb] bg-[#7ae3cb]"
/* SCSS */
$brand: #7ae3cb;
/* SwiftUI */
Color(red: 0.478, green: 0.890, blue: 0.796)
/* Android */
Color.parseColor("#7ae3cb")
/* Flutter */
Color(0xFF7AE3CB)
/* Python / OpenCV (BGR) */
(203, 227, 122)

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 #7ae3cb · 13.68:1
Use #000000AAA at every size.
Aa
White text · 1.54:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.68:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #7ae3cb as text scores 1.54:1 on white and 13.68:1 on black.

Accessibility — WCAG contrast

Aa
#7ae3cb on white: 1.54:1
AA ✗ fail · AA-large · AAA
Aa
#7ae3cb on black: 13.68:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DCD8CA
deuteranopia · #CBCBCD
tritanopia · #4FE6DC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #7ae3cb 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.

#F3FBF9
#E8F7F4
#CBF1E8
#A2EBDB
#7ae3cb
#46D8B7
#2BCAA6
#23A98A
#1C876F
#186251
#0F3D33
Base = 400Lightest = 50 · #F3FBF9Darkest = 950 · #0F3D33
:root {
  --brand-50: #F3FBF9;
  --brand-100: #E8F7F4;
  --brand-200: #CBF1E8;
  --brand-300: #A2EBDB;
  --brand-400: #7ae3cb;
  --brand-500: #46D8B7;
  --brand-600: #2BCAA6;
  --brand-700: #23A98A;
  --brand-800: #1C876F;
  --brand-900: #186251;
  --brand-950: #0F3D33;
  --brand: #7ae3cb;
  --brand-ink: #000000;
}

Colors that work with #7ae3cb

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#F4FAF9
Tinted page background
Border#C0EDE2
Hairlines and dividers
Muted text#4B9B89
Captions on the surface
Accent#AC2063
Second voice, not a rival
Dark variant#166956
Hover, pressed, headers
Light variant#EAFBF7
Selected rows, tints
Dark surface#142421
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 #7ae3cb

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

Works well for
  • 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
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • 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#E37A92
Analogous left#7AE396
Analogous right#7AC6E3
Split-complement 1#E37AC6
Split-complement 2#E3967A
Triadic 1#CB7AE3
Triadic 2#E3CB7A
Tetradic#967AE3

RGB percentages

Red47.8%
Green89.0%
Blue79.6%

CMYK percentages

Cyan46.3%
Magenta0.0%
Yellow10.6%
Key (black)11.0%

Color previews

#7ae3cb text on a black background

contrast 13.68:1

Card sample

#7ae3cb text on a white background

contrast 1.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(122, 227, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 227, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae3cb;
background: linear-gradient(135deg, #7ae3cb, #7AB5E3);

Monochromatic scale

Palettes built from #7ae3cb

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.

#7ae3cb 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#7ae3cb, answered

What color is #7ae3cb?

#7ae3cb is a light vivid cyan, closest to Turquoise (ΔE2000 5.1). It sits at 166° on the hue wheel with 65% saturation and 68% lightness, which reads as cool.

What is the RGB value of #7ae3cb?

rgb(122, 227, 203) — 122 red, 227 green and 203 blue out of 255, or 47.8% / 89% / 79.6% by channel.

Is #7ae3cb a light or a dark color?

It is a light color. Relative luminance is 0.6339 and perceived brightness is 78%, so black text on it reaches 13.68:1.

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

Black. It scores 13.68:1 against #7ae3cb, versus 1.54:1 for white — AAA at any size.

What is the complementary color of #7ae3cb?

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

What colors go well with #7ae3cb?

For interface work: #F4FAF9 as the surface, #C0EDE2 for borders, #4B9B89 for secondary text, #AC2063 as an accent and #166956 for hover and pressed states. For a palette, the analogous pair #7AE396 and #7AC6E3 stays calm, while #E37A92 is the loudest partner.

What is #7ae3cb in CMYK for printing?

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

Is #7ae3cb warm or cool?

Cool — it scores 82 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7AE3A4; nudged cooler, #78D6E5.

Work with #7ae3cb in the Color Lab