Skip to content

#ade3ee

a light, vivid cyan · cool · closest name: Powder Blue

RGB
173, 227, 238
HSL
190°, 66%, 81%
CMYK
27, 5, 0, 7
Luminance
0.7000

At a glance

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

Hex
#ade3ee
Hue
190°
cyan
Saturation
66%
vivid
Lightness
81%
light
Brightness
93%
HSV value
Perceived
84%
weighted brightness
Luminance
0.7000
WCAG relative
Temperature
Cool
92/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.00:1
Closest name
Powder Blue
ΔE2000 2
Where it sits
Hue190° of 360°
Saturation66%
Lightness81%
Temperature
Warm ← → Cool92% 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#ade3ee
RGBrgb(173, 227, 238)
HSLhsl(190, 66%, 81%)
CMYKcmyk(27%, 5%, 0%, 7%)
LABlab(87.0 -14.7 -11.0)
LCHlch(87.0 18.3 216.7)
OKLCHoklch(0.882 0.057 211.5)
Decimal11396078
Display P3color(display-p3 0.678 0.890 0.933)

Copy-ready code

/* CSS */
color: #ade3ee;
background-color: #ade3ee;
/* Tailwind (arbitrary) */
class="text-[#ade3ee] bg-[#ade3ee]"
/* SCSS */
$brand: #ade3ee;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.933)
/* Android */
Color.parseColor("#ade3ee")
/* Flutter */
Color(0xFFADE3EE)
/* Python / OpenCV (BGR) */
(238, 227, 173)

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

Accessibility — WCAG contrast

Aa
#ade3ee on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#ade3ee on black: 15.00:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D9DFEF
deuteranopia · #CED6EE
tritanopia · #98E8E6

Color scale — 50 to 950

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

#F3FAFB
#E8F5F8
#CBEAF1
#ade3ee
#74CFE2
#45BFD9
#2AAFCB
#2392A9
#1C7587
#185662
#0F363D
Base = 300Lightest = 50 · #F3FAFBDarkest = 950 · #0F363D
:root {
  --brand-50: #F3FAFB;
  --brand-100: #E8F5F8;
  --brand-200: #CBEAF1;
  --brand-300: #ade3ee;
  --brand-400: #74CFE2;
  --brand-500: #45BFD9;
  --brand-600: #2AAFCB;
  --brand-700: #2392A9;
  --brand-800: #1C7587;
  --brand-900: #185662;
  --brand-950: #0F363D;
  --brand: #ade3ee;
  --brand-ink: #000000;
}

Colors that work with #ade3ee

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#F4F9FA
Tinted page background
Border#C0E5ED
Hairlines and dividers
Muted text#4B8D9B
Captions on the surface
Accent#AD1F2B
Second voice, not a rival
Dark variant#165B6A
Hover, pressed, headers
Light variant#EAF8FB
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 #ade3ee

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#EEB8AD
Analogous left#ADEED9
Analogous right#ADC2EE
Split-complement 1#EEADC2
Split-complement 2#EED9AD
Triadic 1#EEADE3
Triadic 2#E3EEAD
Tetradic#D9ADEE

RGB percentages

Red67.8%
Green89.0%
Blue93.3%

CMYK percentages

Cyan27.3%
Magenta4.6%
Yellow0.0%
Key (black)6.7%

Color previews

#ade3ee text on a black background

contrast 15.00:1

Card sample

#ade3ee text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(173, 227, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3ee;
background: linear-gradient(135deg, #ade3ee, #ADB8EE);

Monochromatic scale

Palettes built from #ade3ee

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.

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

#ade3ee, answered

What color is #ade3ee?

#ade3ee is a light vivid cyan, closest to Powder Blue (ΔE2000 2). It sits at 190° on the hue wheel with 66% saturation and 81% lightness, which reads as cool.

What is the RGB value of #ade3ee?

rgb(173, 227, 238) — 173 red, 227 green and 238 blue out of 255, or 67.8% / 89% / 93.3% by channel.

Is #ade3ee a light or a dark color?

It is a light color. Relative luminance is 0.7000 and perceived brightness is 84%, so black text on it reaches 15.00:1.

Should I use black or white text on #ade3ee?

Black. It scores 15.00:1 against #ade3ee, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #ade3ee?

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

What colors go well with #ade3ee?

For interface work: #F4F9FA as the surface, #C0E5ED for borders, #4B8D9B for secondary text, #AD1F2B as an accent and #165B6A for hover and pressed states. For a palette, the analogous pair #ADEED9 and #ADC2EE stays calm, while #EEB8AD is the loudest partner.

What is #ade3ee in CMYK for printing?

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

Is #ade3ee warm or cool?

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

Work with #ade3ee in the Color Lab