Skip to content

#a1f5df

a light, electric cyan · cool · closest name: Aqua Marine

RGB
161, 245, 223
HSL
164°, 81%, 80%
CMYK
34, 0, 9, 4
Luminance
0.7821

At a glance

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

Hex
#a1f5df
Hue
164°
cyan
Saturation
81%
electric
Lightness
80%
light
Brightness
96%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7821
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
16.64:1
Closest name
Aqua Marine
ΔE2000 6.7
Where it sits
Hue164° of 360°
Saturation81%
Lightness80%
Temperature
Warm ← → Cool81% 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#a1f5df
RGBrgb(161, 245, 223)
HSLhsl(164, 81%, 80%)
CMYKcmyk(34%, 0%, 9%, 4%)
LABlab(90.9 -30.2 2.5)
LCHlch(90.9 30.3 175.2)
OKLCHoklch(0.910 0.087 175.9)
Decimal10614239
Display P3color(display-p3 0.631 0.961 0.875)

Copy-ready code

/* CSS */
color: #a1f5df;
background-color: #a1f5df;
/* Tailwind (arbitrary) */
class="text-[#a1f5df] bg-[#a1f5df]"
/* SCSS */
$brand: #a1f5df;
/* SwiftUI */
Color(red: 0.631, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#a1f5df")
/* Flutter */
Color(0xFFA1F5DF)
/* Python / OpenCV (BGR) */
(223, 245, 161)

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

Accessibility — WCAG contrast

Aa
#a1f5df on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#a1f5df on black: 16.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFEBDE
deuteranopia · #E0E0E1
tritanopia · #88F7EE

Color scale — 50 to 950

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

#F3FCFA
#E6F9F4
#C6F5E9
#a1f5df
#67EFCB
#34E9BA
#18DDAA
#14B88D
#109471
#106B53
#0A4334
Base = 300Lightest = 50 · #F3FCFADarkest = 950 · #0A4334
:root {
  --brand-50: #F3FCFA;
  --brand-100: #E6F9F4;
  --brand-200: #C6F5E9;
  --brand-300: #a1f5df;
  --brand-400: #67EFCB;
  --brand-500: #34E9BA;
  --brand-600: #18DDAA;
  --brand-700: #14B88D;
  --brand-800: #109471;
  --brand-900: #106B53;
  --brand-950: #0A4334;
  --brand: #a1f5df;
  --brand-ink: #000000;
}

Colors that work with #a1f5df

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#F4FAF9
Tinted page background
Border#C0EDE1
Hairlines and dividers
Muted text#4B9B86
Captions on the surface
Accent#BC1068
Second voice, not a rival
Dark variant#0C7358
Hover, pressed, headers
Light variant#E8FDF7
Selected rows, tints
Dark surface#142420
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 #a1f5df

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#F5A1B7
Analogous left#A1F5B5
Analogous right#A1E1F5
Split-complement 1#F5A1E1
Split-complement 2#F5B5A1
Triadic 1#DFA1F5
Triadic 2#F5DFA1
Tetradic#B5A1F5

RGB percentages

Red63.1%
Green96.1%
Blue87.5%

CMYK percentages

Cyan34.3%
Magenta0.0%
Yellow9.0%
Key (black)3.9%

Color previews

#a1f5df text on a black background

contrast 16.64:1

Card sample

#a1f5df text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #a1f5df

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.

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

#a1f5df, answered

What color is #a1f5df?

#a1f5df is a light electric cyan, closest to Aqua Marine (ΔE2000 6.7). It sits at 164° on the hue wheel with 81% saturation and 80% lightness, which reads as cool.

What is the RGB value of #a1f5df?

rgb(161, 245, 223) — 161 red, 245 green and 223 blue out of 255, or 63.1% / 96.1% / 87.5% by channel.

Is #a1f5df a light or a dark color?

It is a light color. Relative luminance is 0.7821 and perceived brightness is 87%, so black text on it reaches 16.64:1.

Should I use black or white text on #a1f5df?

Black. It scores 16.64:1 against #a1f5df, versus 1.26:1 for white — AAA at any size.

What is the complementary color of #a1f5df?

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

What colors go well with #a1f5df?

For interface work: #F4FAF9 as the surface, #C0EDE1 for borders, #4B9B86 for secondary text, #BC1068 as an accent and #0C7358 for hover and pressed states. For a palette, the analogous pair #A1F5B5 and #A1E1F5 stays calm, while #F5A1B7 is the loudest partner.

What is #a1f5df in CMYK for printing?

cmyk(34%, 0%, 9%, 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 #a1f5df warm or cool?

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

Work with #a1f5df in the Color Lab