Skip to content

#7deee6

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

RGB
125, 238, 230
HSL
176°, 77%, 71%
CMYK
48, 0, 3, 7
Luminance
0.7122

At a glance

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

Hex
#7deee6
Hue
176°
cyan
Saturation
77%
electric
Lightness
71%
light
Brightness
93%
HSV value
Perceived
82%
weighted brightness
Luminance
0.7122
WCAG relative
Temperature
Cool
86/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
15.24:1
Closest name
Turquoise
ΔE2000 5.8
Where it sits
Hue176° of 360°
Saturation77%
Lightness71%
Temperature
Warm ← → Cool86% 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#7deee6
RGBrgb(125, 238, 230)
HSLhsl(176, 77%, 71%)
CMYKcmyk(48%, 0%, 3%, 7%)
LABlab(87.6 -34.2 -6.1)
LCHlch(87.6 34.7 190.2)
OKLCHoklch(0.880 0.104 189.4)
Decimal8253158
Display P3color(display-p3 0.490 0.933 0.902)

Copy-ready code

/* CSS */
color: #7deee6;
background-color: #7deee6;
/* Tailwind (arbitrary) */
class="text-[#7deee6] bg-[#7deee6]"
/* SCSS */
$brand: #7deee6;
/* SwiftUI */
Color(red: 0.490, green: 0.933, blue: 0.902)
/* Android */
Color.parseColor("#7deee6")
/* Flutter */
Color(0xFF7DEEE6)
/* Python / OpenCV (BGR) */
(230, 238, 125)

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

Accessibility — WCAG contrast

Aa
#7deee6 on white: 1.38:1
AA ✗ fail · AA-large · AAA
Aa
#7deee6 on black: 15.24:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3E4E6
deuteranopia · #D0D6E7
tritanopia · #3FF3EB

Color scale — 50 to 950

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

#F3FCFB
#E7F9F8
#C7F4F1
#9CF2EC
#7deee6
#39E5D9
#1CD9CB
#18B4A9
#139088
#126862
#0B413E
Base = 400Lightest = 50 · #F3FCFBDarkest = 950 · #0B413E
:root {
  --brand-50: #F3FCFB;
  --brand-100: #E7F9F8;
  --brand-200: #C7F4F1;
  --brand-300: #9CF2EC;
  --brand-400: #7deee6;
  --brand-500: #39E5D9;
  --brand-600: #1CD9CB;
  --brand-700: #18B4A9;
  --brand-800: #139088;
  --brand-900: #126862;
  --brand-950: #0B413E;
  --brand: #7deee6;
  --brand-ink: #000000;
}

Colors that work with #7deee6

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#C0EDE9
Hairlines and dividers
Muted text#4B9B95
Captions on the surface
Accent#B91348
Second voice, not a rival
Dark variant#0F716A
Hover, pressed, headers
Light variant#E8FCFB
Selected rows, tints
Dark surface#142423
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 #7deee6

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#EE7D85
Analogous left#7DEEAE
Analogous right#7DBDEE
Split-complement 1#EE7DBD
Split-complement 2#EEAE7D
Triadic 1#E67DEE
Triadic 2#EEE67D
Tetradic#AE7DEE

RGB percentages

Red49.0%
Green93.3%
Blue90.2%

CMYK percentages

Cyan47.5%
Magenta0.0%
Yellow3.4%
Key (black)6.7%

Color previews

#7deee6 text on a black background

contrast 15.24:1

Card sample

#7deee6 text on a white background

contrast 1.38:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(125, 238, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 238, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7deee6;
background: linear-gradient(135deg, #7deee6, #7DABEE);

Monochromatic scale

Palettes built from #7deee6

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.

#7deee6 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.

#7deee6, answered

What color is #7deee6?

#7deee6 is a light electric cyan, closest to Turquoise (ΔE2000 5.8). It sits at 176° on the hue wheel with 77% saturation and 71% lightness, which reads as cool.

What is the RGB value of #7deee6?

rgb(125, 238, 230) — 125 red, 238 green and 230 blue out of 255, or 49% / 93.3% / 90.2% by channel.

Is #7deee6 a light or a dark color?

It is a light color. Relative luminance is 0.7122 and perceived brightness is 82%, so black text on it reaches 15.24:1.

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

Black. It scores 15.24:1 against #7deee6, versus 1.38:1 for white — AAA at any size.

What is the complementary color of #7deee6?

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

What colors go well with #7deee6?

For interface work: #F4FAFA as the surface, #C0EDE9 for borders, #4B9B95 for secondary text, #B91348 as an accent and #0F716A for hover and pressed states. For a palette, the analogous pair #7DEEAE and #7DBDEE stays calm, while #EE7D85 is the loudest partner.

What is #7deee6 in CMYK for printing?

cmyk(48%, 0%, 3%, 7%). 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 #7deee6 warm or cool?

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

Work with #7deee6 in the Color Lab