Skip to content

#7bdbdf

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

RGB
123, 219, 223
HSL
182°, 61%, 68%
CMYK
45, 2, 0, 13
Luminance
0.6020

At a glance

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

Hex
#7bdbdf
Hue
182°
cyan
Saturation
61%
vivid
Lightness
68%
light
Brightness
87%
HSV value
Perceived
77%
weighted brightness
Luminance
0.6020
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.04:1
Closest name
Medium Turquoise
ΔE2000 6.1
Where it sits
Hue182° of 360°
Saturation61%
Lightness68%
Temperature
Warm ← → Cool89% 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#7bdbdf
RGBrgb(123, 219, 223)
HSLhsl(182, 61%, 68%)
CMYKcmyk(45%, 2%, 0%, 13%)
LABlab(82.0 -27.3 -10.8)
LCHlch(82.0 29.4 201.6)
OKLCHoklch(0.834 0.091 199.1)
Decimal8117215
Display P3color(display-p3 0.482 0.859 0.875)

Copy-ready code

/* CSS */
color: #7bdbdf;
background-color: #7bdbdf;
/* Tailwind (arbitrary) */
class="text-[#7bdbdf] bg-[#7bdbdf]"
/* SCSS */
$brand: #7bdbdf;
/* SwiftUI */
Color(red: 0.482, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#7bdbdf")
/* Flutter */
Color(0xFF7BDBDF)
/* Python / OpenCV (BGR) */
(223, 219, 123)

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

Accessibility — WCAG contrast

Aa
#7bdbdf on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#7bdbdf on black: 13.04:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFD3DF
deuteranopia · #BEC6E0
tritanopia · #47E1DC

Color scale — 50 to 950

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

#F4FBFB
#E8F6F7
#CCEEF0
#A5E6E9
#7bdbdf
#4ACED3
#30BFC5
#289FA4
#207F83
#1B5D60
#113A3C
Base = 400Lightest = 50 · #F4FBFBDarkest = 950 · #113A3C
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E8F6F7;
  --brand-200: #CCEEF0;
  --brand-300: #A5E6E9;
  --brand-400: #7bdbdf;
  --brand-500: #4ACED3;
  --brand-600: #30BFC5;
  --brand-700: #289FA4;
  --brand-800: #207F83;
  --brand-900: #1B5D60;
  --brand-950: #113A3C;
  --brand: #7bdbdf;
  --brand-ink: #000000;
}

Colors that work with #7bdbdf

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#C0EBED
Hairlines and dividers
Muted text#4B989B
Captions on the surface
Accent#A82440
Second voice, not a rival
Dark variant#196467
Hover, pressed, headers
Light variant#EAF9FA
Selected rows, tints
Dark surface#142424
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 #7bdbdf

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#DF7F7B
Analogous left#7BDFB1
Analogous right#7BA9DF
Split-complement 1#DF7BA9
Split-complement 2#DFB17B
Triadic 1#DF7BDB
Triadic 2#DBDF7B
Tetradic#B17BDF

RGB percentages

Red48.2%
Green85.9%
Blue87.5%

CMYK percentages

Cyan44.8%
Magenta1.8%
Yellow0.0%
Key (black)12.5%

Color previews

#7bdbdf text on a black background

contrast 13.04:1

Card sample

#7bdbdf text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(123, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdbdf;
background: linear-gradient(135deg, #7bdbdf, #7B98DF);

Monochromatic scale

Palettes built from #7bdbdf

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.

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

#7bdbdf, answered

What color is #7bdbdf?

#7bdbdf is a light vivid cyan, closest to Medium Turquoise (ΔE2000 6.1). It sits at 182° on the hue wheel with 61% saturation and 68% lightness, which reads as cool.

What is the RGB value of #7bdbdf?

rgb(123, 219, 223) — 123 red, 219 green and 223 blue out of 255, or 48.2% / 85.9% / 87.5% by channel.

Is #7bdbdf a light or a dark color?

It is a light color. Relative luminance is 0.6020 and perceived brightness is 77%, so black text on it reaches 13.04:1.

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

Black. It scores 13.04:1 against #7bdbdf, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #7bdbdf?

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

What colors go well with #7bdbdf?

For interface work: #F4FAFA as the surface, #C0EBED for borders, #4B989B for secondary text, #A82440 as an accent and #196467 for hover and pressed states. For a palette, the analogous pair #7BDFB1 and #7BA9DF stays calm, while #DF7F7B is the loudest partner.

What is #7bdbdf in CMYK for printing?

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

Is #7bdbdf warm or cool?

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

Work with #7bdbdf in the Color Lab