Skip to content

#adeaf5

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

RGB
173, 234, 245
HSL
189°, 78%, 82%
CMYK
29, 5, 0, 4
Luminance
0.7432

At a glance

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

Hex
#adeaf5
Hue
189°
cyan
Saturation
78%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7432
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
15.86:1
Closest name
Powder Blue
ΔE2000 3.2
Where it sits
Hue189° of 360°
Saturation78%
Lightness82%
Temperature
Warm ← → Cool91% 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#adeaf5
RGBrgb(173, 234, 245)
HSLhsl(189, 78%, 82%)
CMYKcmyk(29%, 5%, 0%, 4%)
LABlab(89.1 -16.6 -11.5)
LCHlch(89.1 20.3 214.7)
OKLCHoklch(0.899 0.063 209.9)
Decimal11397877
Display P3color(display-p3 0.678 0.918 0.961)

Copy-ready code

/* CSS */
color: #adeaf5;
background-color: #adeaf5;
/* Tailwind (arbitrary) */
class="text-[#adeaf5] bg-[#adeaf5]"
/* SCSS */
$brand: #adeaf5;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#adeaf5")
/* Flutter */
Color(0xFFADEAF5)
/* Python / OpenCV (BGR) */
(245, 234, 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 #adeaf5 · 15.86:1
Use #000000AAA at every size.
Aa
White text · 1.32:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.86:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #adeaf5 as text scores 1.32:1 on white and 15.86:1 on black.

Accessibility — WCAG contrast

Aa
#adeaf5 on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#adeaf5 on black: 15.86:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E0E5F6
deuteranopia · #D3DCF5
tritanopia · #94F0ED

Color scale — 50 to 950

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

#F3FBFC
#E6F6F9
#C7EEF5
#adeaf5
#69D9ED
#37CCE7
#1BBDDA
#169DB6
#127E91
#115C69
#0B3942
Base = 300Lightest = 50 · #F3FBFCDarkest = 950 · #0B3942
:root {
  --brand-50: #F3FBFC;
  --brand-100: #E6F6F9;
  --brand-200: #C7EEF5;
  --brand-300: #adeaf5;
  --brand-400: #69D9ED;
  --brand-500: #37CCE7;
  --brand-600: #1BBDDA;
  --brand-700: #169DB6;
  --brand-800: #127E91;
  --brand-900: #115C69;
  --brand-950: #0B3942;
  --brand: #adeaf5;
  --brand-ink: #000000;
}

Colors that work with #adeaf5

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#C0E6ED
Hairlines and dividers
Muted text#4B8F9B
Captions on the surface
Accent#BA1223
Second voice, not a rival
Dark variant#0E6272
Hover, pressed, headers
Light variant#E8F9FC
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 #adeaf5

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#F5B8AD
Analogous left#ADF5DC
Analogous right#ADC6F5
Split-complement 1#F5ADC6
Split-complement 2#F5DCAD
Triadic 1#F5ADEA
Triadic 2#EAF5AD
Tetradic#DCADF5

RGB percentages

Red67.8%
Green91.8%
Blue96.1%

CMYK percentages

Cyan29.4%
Magenta4.5%
Yellow0.0%
Key (black)3.9%

Color previews

#adeaf5 text on a black background

contrast 15.86:1

Card sample

#adeaf5 text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #adeaf5

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.

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

#adeaf5, answered

What color is #adeaf5?

#adeaf5 is a light electric cyan, closest to Powder Blue (ΔE2000 3.2). It sits at 189° on the hue wheel with 78% saturation and 82% lightness, which reads as cool.

What is the RGB value of #adeaf5?

rgb(173, 234, 245) — 173 red, 234 green and 245 blue out of 255, or 67.8% / 91.8% / 96.1% by channel.

Is #adeaf5 a light or a dark color?

It is a light color. Relative luminance is 0.7432 and perceived brightness is 86%, so black text on it reaches 15.86:1.

Should I use black or white text on #adeaf5?

Black. It scores 15.86:1 against #adeaf5, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #adeaf5?

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

What colors go well with #adeaf5?

For interface work: #F4F9FA as the surface, #C0E6ED for borders, #4B8F9B for secondary text, #BA1223 as an accent and #0E6272 for hover and pressed states. For a palette, the analogous pair #ADF5DC and #ADC6F5 stays calm, while #F5B8AD is the loudest partner.

What is #adeaf5 in CMYK for printing?

cmyk(29%, 5%, 0%, 4%). 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 #adeaf5 warm or cool?

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

Work with #adeaf5 in the Color Lab