#36afab
a dark, vivid cyan · cool · closest name: Light Sea Green
At a glance
Every number on this page in one read: what #36afab 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 | #36afab |
| RGB | rgb(54, 175, 171) |
| HSL | hsl(178, 53%, 45%) |
| CMYK | cmyk(69%, 0%, 2%, 31%) |
| LAB | lab(65.3 -33.4 -7.6) |
| LCH | lch(65.3 34.2 192.9) |
| OKLCH | oklch(0.688 0.104 191.8) |
| Decimal | 3583915 |
| Display P3 | color(display-p3 0.212 0.686 0.671) |
Copy-ready code
/* CSS */
color: #36afab;
background-color: #36afab;
/* Tailwind (arbitrary) */
class="text-[#36afab] bg-[#36afab]"
/* SCSS */
$brand: #36afab;
/* SwiftUI */
Color(red: 0.212, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#36afab")
/* Flutter */
Color(0xFF36AFAB)
/* Python / OpenCV (BGR) */
(171, 175, 54)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. #36afab 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: #F4FBFA;
--brand-100: #E9F6F6;
--brand-200: #CEEDEC;
--brand-300: #A9E5E3;
--brand-400: #7ED7D4;
--brand-500: #54CAC6;
--brand-600: #36afab;
--brand-700: #309C98;
--brand-800: #277D7A;
--brand-900: #1F5B59;
--brand-950: #143938;
--brand: #36afab;
--brand-ink: #000000;
}Colors that work with #36afab
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 #36afab
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
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black 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 | #AF363A | Directly opposite — maximum tension | |
| Analogous left | #36AF6E | Neighbour, quieter | |
| Analogous right | #3677AF | Neighbour, quieter | |
| Split-complement 1 | #AF3677 | Contrast without the clash | |
| Split-complement 2 | #AF6E36 | Contrast without the clash | |
| Triadic 1 | #AB36AF | Even thirds — balanced and loud | |
| Triadic 2 | #AFAB36 | Even thirds — balanced and loud | |
| Tetradic | #6E36AF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#36afab text on a black background
contrast 7.88:1
#36afab text on a white background
contrast 2.67:1
CSS3 live lab
The quick brown fox
color: #36afab;
background-color: #36afab;
Glowing headline
text-shadow: 2px 2px 8px #36afab;
Soft neon halo
text-shadow: 0 0 14px rgba(54, 175, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(54, 175, 171, 0.45);
border: 3px solid #36afab; background: linear-gradient(135deg, #36afab, #3662AF);
Monochromatic scale
Palettes built from #36afab
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 12.9 away, with its history, psychology and brand usage.
#36afab 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.
#36afab, answered
What color is #36afab?
#36afab is a dark vivid cyan, closest to Light Sea Green (ΔE2000 2). It sits at 178° on the hue wheel with 53% saturation and 45% lightness, which reads as cool.
What is the RGB value of #36afab?
rgb(54, 175, 171) — 54 red, 175 green and 171 blue out of 255, or 21.2% / 68.6% / 67.1% by channel.
Is #36afab a light or a dark color?
It is a mid-tone. Relative luminance is 0.3438 and perceived brightness is 58%, so black text on it reaches 7.88:1.
Should I use black or white text on #36afab?
Black. It scores 7.88:1 against #36afab, versus 2.67:1 for white — AAA at any size.
What is the complementary color of #36afab?
#AF363A sits directly opposite on the wheel. Softer options are the split-complements #AF3677 and #AF6E36, which give the same contrast with far less vibration.
What colors go well with #36afab?
For interface work: #F4FAFA as the surface, #C1ECEA for borders, #4B9B98 for secondary text, #B43156 as an accent and #1E615F for hover and pressed states. For a palette, the analogous pair #36AF6E and #3677AF stays calm, while #AF363A is the loudest partner.
What is #36afab in CMYK for printing?
cmyk(69%, 0%, 2%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #36afab warm or cool?
Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #36AF7F; nudged cooler, #348AB1.