#21ddbb
a balanced, vivid cyan · cool · closest name: Turquoise
At a glance
Every number on this page in one read: what #21ddbb 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 | #21ddbb |
| RGB | rgb(33, 221, 187) |
| HSL | hsl(169, 74%, 50%) |
| CMYK | cmyk(85%, 0%, 15%, 13%) |
| LAB | lab(79.4 -51.3 4.4) |
| LCH | lch(79.4 51.5 175.1) |
| OKLCH | oklch(0.804 0.146 175.8) |
| Decimal | 2219451 |
| Display P3 | color(display-p3 0.129 0.867 0.733) |
Copy-ready code
/* CSS */
color: #21ddbb;
background-color: #21ddbb;
/* Tailwind (arbitrary) */
class="text-[#21ddbb] bg-[#21ddbb]"
/* SCSS */
$brand: #21ddbb;
/* SwiftUI */
Color(red: 0.129, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#21ddbb")
/* Flutter */
Color(0xFF21DDBB)
/* Python / OpenCV (BGR) */
(187, 221, 33)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. #21ddbb is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCFA;
--brand-100: #E7F9F5;
--brand-200: #C8F3EC;
--brand-300: #9DF0E1;
--brand-400: #6DE9D2;
--brand-500: #3CE2C4;
--brand-600: #21ddbb;
--brand-700: #1BB196;
--brand-800: #158E78;
--brand-900: #146758;
--brand-950: #0C4037;
--brand: #21ddbb;
--brand-ink: #000000;
}Colors that work with #21ddbb
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 #21ddbb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #DD2143 | Directly opposite — maximum tension | |
| Analogous left | #21DD5D | Neighbour, quieter | |
| Analogous right | #21A1DD | Neighbour, quieter | |
| Split-complement 1 | #DD21A1 | Contrast without the clash | |
| Split-complement 2 | #DD5D21 | Contrast without the clash | |
| Triadic 1 | #BB21DD | Even thirds — balanced and loud | |
| Triadic 2 | #DDBB21 | Even thirds — balanced and loud | |
| Tetradic | #5D21DD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#21ddbb text on a black background
contrast 12.12:1
#21ddbb text on a white background
contrast 1.73:1
CSS3 live lab
The quick brown fox
color: #21ddbb;
background-color: #21ddbb;
Glowing headline
text-shadow: 2px 2px 8px #21ddbb;
Soft neon halo
text-shadow: 0 0 14px rgba(33, 221, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(33, 221, 187, 0.45);
border: 3px solid #21ddbb; background: linear-gradient(135deg, #21ddbb, #2182DD);
Monochromatic scale
Palettes built from #21ddbb
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: Turquoise (#40e0d0) — ΔE2000 5.6 away, with its history, psychology and brand usage.
#21ddbb 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.
#21ddbb, answered
What color is #21ddbb?
#21ddbb is a balanced vivid cyan, closest to Turquoise (ΔE2000 5.6). It sits at 169° on the hue wheel with 74% saturation and 50% lightness, which reads as cool.
What is the RGB value of #21ddbb?
rgb(33, 221, 187) — 33 red, 221 green and 187 blue out of 255, or 12.9% / 86.7% / 73.3% by channel.
Is #21ddbb a light or a dark color?
It is a light color. Relative luminance is 0.5562 and perceived brightness is 71%, so black text on it reaches 12.12:1.
Should I use black or white text on #21ddbb?
Black. It scores 12.12:1 against #21ddbb, versus 1.73:1 for white — AAA at any size.
What is the complementary color of #21ddbb?
#DD2143 sits directly opposite on the wheel. Softer options are the split-complements #DD21A1 and #DD5D21, which give the same contrast with far less vibration.
What colors go well with #21ddbb?
For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8C for secondary text, #E21C71 as an accent and #116F5E for hover and pressed states. For a palette, the analogous pair #21DD5D and #21A1DD stays calm, while #DD2143 is the loudest partner.
What is #21ddbb in CMYK for printing?
cmyk(85%, 0%, 15%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #21ddbb warm or cool?
Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #21DD76; nudged cooler, #1EBCE0.