Skip to content

#94dfd7

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

RGB
148, 223, 215
HSL
174°, 54%, 73%
CMYK
34, 0, 4, 13
Luminance
0.6398

At a glance

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

Hex
#94dfd7
Hue
174°
cyan
Saturation
54%
vivid
Lightness
73%
light
Brightness
87%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6398
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
13.80:1
Closest name
Pale Turquoise
ΔE2000 5.5
Where it sits
Hue174° of 360°
Saturation54%
Lightness73%
Temperature
Warm ← → Cool85% 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#94dfd7
RGBrgb(148, 223, 215)
HSLhsl(174, 54%, 73%)
CMYKcmyk(34%, 0%, 4%, 13%)
LABlab(84.0 -24.9 -3.5)
LCHlch(84.0 25.1 187.9)
OKLCHoklch(0.852 0.075 187.4)
Decimal9756631
Display P3color(display-p3 0.580 0.875 0.843)

Copy-ready code

/* CSS */
color: #94dfd7;
background-color: #94dfd7;
/* Tailwind (arbitrary) */
class="text-[#94dfd7] bg-[#94dfd7]"
/* SCSS */
$brand: #94dfd7;
/* SwiftUI */
Color(red: 0.580, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#94dfd7")
/* Flutter */
Color(0xFF94DFD7)
/* Python / OpenCV (BGR) */
(215, 223, 148)

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

Accessibility — WCAG contrast

Aa
#94dfd7 on white: 1.52:1
AA ✗ fail · AA-large · AAA
Aa
#94dfd7 on black: 13.80:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D7D7D7
deuteranopia · #CACDD8
tritanopia · #7AE2DC

Color scale — 50 to 950

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

#F4FBFA
#E9F6F5
#CEEEEA
#94dfd7
#7DD8CF
#52CBBE
#38BCAE
#2F9D91
#267E74
#1F5C55
#133935
Base = 300Lightest = 50 · #F4FBFADarkest = 950 · #133935
:root {
  --brand-50: #F4FBFA;
  --brand-100: #E9F6F5;
  --brand-200: #CEEEEA;
  --brand-300: #94dfd7;
  --brand-400: #7DD8CF;
  --brand-500: #52CBBE;
  --brand-600: #38BCAE;
  --brand-700: #2F9D91;
  --brand-800: #267E74;
  --brand-900: #1F5C55;
  --brand-950: #133935;
  --brand: #94dfd7;
  --brand-ink: #000000;
}

Colors that work with #94dfd7

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#C0ECE8
Hairlines and dividers
Muted text#4B9B92
Captions on the surface
Accent#A12B55
Second voice, not a rival
Dark variant#1D625B
Hover, pressed, headers
Light variant#EBF9F8
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 #94dfd7

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#DF949C
Analogous left#94DFB1
Analogous right#94C1DF
Split-complement 1#DF94C1
Split-complement 2#DFB194
Triadic 1#D794DF
Triadic 2#DFD794
Tetradic#B194DF

RGB percentages

Red58.0%
Green87.5%
Blue84.3%

CMYK percentages

Cyan33.6%
Magenta0.0%
Yellow3.6%
Key (black)12.5%

Color previews

#94dfd7 text on a black background

contrast 13.80:1

Card sample

#94dfd7 text on a white background

contrast 1.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #94dfd7;
Background color
Panel with #94dfd7 background
background-color: #94dfd7;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #94dfd7;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(148, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94dfd7;
background: linear-gradient(135deg, #94dfd7, #94B5DF);

Monochromatic scale

Palettes built from #94dfd7

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.

#94dfd7 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.

#94dfd7, answered

What color is #94dfd7?

#94dfd7 is a light vivid cyan, closest to Pale Turquoise (ΔE2000 5.5). It sits at 174° on the hue wheel with 54% saturation and 73% lightness, which reads as cool.

What is the RGB value of #94dfd7?

rgb(148, 223, 215) — 148 red, 223 green and 215 blue out of 255, or 58% / 87.5% / 84.3% by channel.

Is #94dfd7 a light or a dark color?

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

Should I use black or white text on #94dfd7?

Black. It scores 13.80:1 against #94dfd7, versus 1.52:1 for white — AAA at any size.

What is the complementary color of #94dfd7?

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

What colors go well with #94dfd7?

For interface work: #F4FAFA as the surface, #C0ECE8 for borders, #4B9B92 for secondary text, #A12B55 as an accent and #1D625B for hover and pressed states. For a palette, the analogous pair #94DFB1 and #94C1DF stays calm, while #DF949C is the loudest partner.

What is #94dfd7 in CMYK for printing?

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

Is #94dfd7 warm or cool?

Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #94DFBB; nudged cooler, #92CCE0.

Work with #94dfd7 in the Color Lab