Skip to content

#7ae2f0

a light, electric cyan · cool · closest name: Pale Turquoise

RGB
122, 226, 240
HSL
187°, 80%, 71%
CMYK
49, 6, 0, 6
Luminance
0.6482

At a glance

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

Hex
#7ae2f0
Hue
187°
cyan
Saturation
80%
electric
Lightness
71%
light
Brightness
94%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6482
WCAG relative
Temperature
Cool
90/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
13.96:1
Closest name
Pale Turquoise
ΔE2000 7.3
Where it sits
Hue187° of 360°
Saturation80%
Lightness71%
Temperature
Warm ← → Cool90% 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#7ae2f0
RGBrgb(122, 226, 240)
HSLhsl(187, 80%, 71%)
CMYKcmyk(49%, 6%, 0%, 6%)
LABlab(84.4 -26.6 -16.2)
LCHlch(84.4 31.1 211.3)
OKLCHoklch(0.855 0.099 206.9)
Decimal8053488
Display P3color(display-p3 0.478 0.886 0.941)

Copy-ready code

/* CSS */
color: #7ae2f0;
background-color: #7ae2f0;
/* Tailwind (arbitrary) */
class="text-[#7ae2f0] bg-[#7ae2f0]"
/* SCSS */
$brand: #7ae2f0;
/* SwiftUI */
Color(red: 0.478, green: 0.886, blue: 0.941)
/* Android */
Color.parseColor("#7ae2f0")
/* Flutter */
Color(0xFF7AE2F0)
/* Python / OpenCV (BGR) */
(240, 226, 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 #7ae2f0 · 13.96:1
Use #000000AAA at every size.
Aa
White text · 1.50:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.96:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #7ae2f0 as text scores 1.50:1 on white and 13.96:1 on black.

Accessibility — WCAG contrast

Aa
#7ae2f0 on white: 1.50:1
AA ✗ fail · AA-large · AAA
Aa
#7ae2f0 on black: 13.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3DBF1
deuteranopia · #C0CDF0
tritanopia · #31EAE6

Color scale — 50 to 950

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

#F3FBFC
#E6F7F9
#C7F0F5
#9AE9F4
#7ae2f0
#35D3E8
#19C5DC
#15A4B7
#118393
#105F6A
#0A3C42
Base = 400Lightest = 50 · #F3FBFCDarkest = 950 · #0A3C42
:root {
  --brand-50: #F3FBFC;
  --brand-100: #E6F7F9;
  --brand-200: #C7F0F5;
  --brand-300: #9AE9F4;
  --brand-400: #7ae2f0;
  --brand-500: #35D3E8;
  --brand-600: #19C5DC;
  --brand-700: #15A4B7;
  --brand-800: #118393;
  --brand-900: #105F6A;
  --brand-950: #0A3C42;
  --brand: #7ae2f0;
  --brand-ink: #000000;
}

Colors that work with #7ae2f0

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#F4FAFA
Tinted page background
Border#C0E7ED
Hairlines and dividers
Muted text#4B919B
Captions on the surface
Accent#BB1126
Second voice, not a rival
Dark variant#0D6773
Hover, pressed, headers
Light variant#E8FAFC
Selected rows, tints
Dark surface#142224
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 #7ae2f0

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#F0887A
Analogous left#7AF0C3
Analogous right#7AA7F0
Split-complement 1#F07AA7
Split-complement 2#F0C37A
Triadic 1#F07AE2
Triadic 2#E2F07A
Tetradic#C37AF0

RGB percentages

Red47.8%
Green88.6%
Blue94.1%

CMYK percentages

Cyan49.2%
Magenta5.8%
Yellow0.0%
Key (black)5.9%

Color previews

#7ae2f0 text on a black background

contrast 13.96:1

Card sample

#7ae2f0 text on a white background

contrast 1.50:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #7ae2f0

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.

#7ae2f0 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#7ae2f0, answered

What color is #7ae2f0?

#7ae2f0 is a light electric cyan, closest to Pale Turquoise (ΔE2000 7.3). It sits at 187° on the hue wheel with 80% saturation and 71% lightness, which reads as cool.

What is the RGB value of #7ae2f0?

rgb(122, 226, 240) — 122 red, 226 green and 240 blue out of 255, or 47.8% / 88.6% / 94.1% by channel.

Is #7ae2f0 a light or a dark color?

It is a light color. Relative luminance is 0.6482 and perceived brightness is 79%, so black text on it reaches 13.96:1.

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

Black. It scores 13.96:1 against #7ae2f0, versus 1.50:1 for white — AAA at any size.

What is the complementary color of #7ae2f0?

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

What colors go well with #7ae2f0?

For interface work: #F4FAFA as the surface, #C0E7ED for borders, #4B919B for secondary text, #BB1126 as an accent and #0D6773 for hover and pressed states. For a palette, the analogous pair #7AF0C3 and #7AA7F0 stays calm, while #F0887A is the loudest partner.

What is #7ae2f0 in CMYK for printing?

cmyk(49%, 6%, 0%, 6%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #7ae2f0 warm or cool?

Cool — it scores 90 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7AF0D3; nudged cooler, #79C4F1.

Work with #7ae2f0 in the Color Lab