#71afb7
a balanced, soft cyan · cool · closest name: Cadet Blue
At a glance
Every number on this page in one read: what #71afb7 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #71afb7 |
| RGB | rgb(113, 175, 183) |
| HSL | hsl(187, 33%, 58%) |
| CMYK | cmyk(38%, 4%, 0%, 28%) |
| LAB | lab(67.7 -17.8 -10.4) |
| LCH | lch(67.7 20.6 210.2) |
| OKLCH | oklch(0.715 0.065 206.1) |
| Decimal | 7450551 |
| Display P3 | color(display-p3 0.443 0.686 0.718) |
Copy-ready code
/* CSS */
color: #71afb7;
background-color: #71afb7;
/* Tailwind (arbitrary) */
class="text-[#71afb7] bg-[#71afb7]"
/* SCSS */
$brand: #71afb7;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#71afb7")
/* Flutter */
Color(0xFF71AFB7)
/* Python / OpenCV (BGR) */
(183, 175, 113)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #71afb7 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F9F9;
--brand-100: #ECF3F4;
--brand-200: #D4E5E7;
--brand-300: #B5D5D9;
--brand-400: #8FC0C6;
--brand-500: #71afb7;
--brand-600: #5299A2;
--brand-700: #458087;
--brand-800: #37666C;
--brand-900: #2B4B50;
--brand-950: #1B2F32;
--brand: #71afb7;
--brand-ink: #000000;
}Colors that work with #71afb7
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #71afb7
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #B77971 | Directly opposite — maximum tension | |
| Analogous left | #71B79C | Neighbour, quieter | |
| Analogous right | #718CB7 | Neighbour, quieter | |
| Split-complement 1 | #B7718C | Contrast without the clash | |
| Split-complement 2 | #B79C71 | Contrast without the clash | |
| Triadic 1 | #B771AF | Even thirds — balanced and loud | |
| Triadic 2 | #AFB771 | Even thirds — balanced and loud | |
| Tetradic | #9C71B7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#71afb7 text on a black background
contrast 8.52:1
#71afb7 text on a white background
contrast 2.47:1
CSS3 live lab
The quick brown fox
color: #71afb7;
background-color: #71afb7;
Glowing headline
text-shadow: 2px 2px 8px #71afb7;
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 183, 0.45);
box-shadow: 0 12px 32px -8px rgba(113, 175, 183, 0.45);
border: 3px solid #71afb7; background: linear-gradient(135deg, #71afb7, #7180B7);
Monochromatic scale
Palettes built from #71afb7
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.
Closest color with a full write-up: Sky Blue (#87ceeb) — ΔE2000 11.2 away, with its history, psychology and brand usage.
#71afb7 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#71afb7, answered
What color is #71afb7?
#71afb7 is a balanced soft cyan, closest to Cadet Blue (ΔE2000 6). It sits at 187° on the hue wheel with 33% saturation and 58% lightness, which reads as cool.
What is the RGB value of #71afb7?
rgb(113, 175, 183) — 113 red, 175 green and 183 blue out of 255, or 44.3% / 68.6% / 71.8% by channel.
Is #71afb7 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3759 and perceived brightness is 63%, so black text on it reaches 8.52:1.
Should I use black or white text on #71afb7?
Black. It scores 8.52:1 against #71afb7, versus 2.47:1 for white — AAA at any size.
What is the complementary color of #71afb7?
#B77971 sits directly opposite on the wheel. Softer options are the split-complements #B7718C and #B79C71, which give the same contrast with far less vibration.
What colors go well with #71afb7?
For interface work: #F5F9FA as the surface, #C9E0E4 for borders, #4D9098 for secondary text, #BB6D77 as an accent and #2B5055 for hover and pressed states. For a palette, the analogous pair #71B79C and #718CB7 stays calm, while #B77971 is the loudest partner.
What is #71afb7 in CMYK for printing?
cmyk(38%, 4%, 0%, 28%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #71afb7 warm or cool?
Cool — it scores 88 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #71B7A5; nudged cooler, #6F9AB9.