#36331b
a deep, soft yellow · warm · closest name: Black
At a glance
Every number on this page in one read: what #36331b is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #36331b |
| RGB | rgb(54, 51, 27) |
| HSL | hsl(53, 33%, 16%) |
| CMYK | cmyk(0%, 6%, 50%, 79%) |
| LAB | lab(20.9 -3.0 15.7) |
| LCH | lch(20.9 16.0 100.7) |
| OKLCH | oklch(0.318 0.039 102.1) |
| Decimal | 3552027 |
| Display P3 | color(display-p3 0.212 0.200 0.106) |
Copy-ready code
/* CSS */
color: #36331b;
background-color: #36331b;
/* Tailwind (arbitrary) */
class="text-[#36331b] bg-[#36331b]"
/* SCSS */
$brand: #36331b;
/* SwiftUI */
Color(red: 0.212, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#36331b")
/* Flutter */
Color(0xFF36331B)
/* Python / OpenCV (BGR) */
(27, 51, 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. #36331b is pinned to step 950; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F9F5;
--brand-100: #F4F3EC;
--brand-200: #E8E5D4;
--brand-300: #DAD5B4;
--brand-400: #C7C18F;
--brand-500: #B4AC69;
--brand-600: #A39A52;
--brand-700: #888044;
--brand-800: #6D6736;
--brand-900: #504C2A;
--brand-950: #36331b;
--brand: #36331b;
--brand-ink: #ffffff;
}Colors that work with #36331b
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 #36331b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠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 | #1B1E36 | Directly opposite — maximum tension | |
| Analogous left | #36261B | Neighbour, quieter | |
| Analogous right | #2C361B | Neighbour, quieter | |
| Split-complement 1 | #1B2C36 | Contrast without the clash | |
| Split-complement 2 | #261B36 | Contrast without the clash | |
| Triadic 1 | #1B3633 | Even thirds — balanced and loud | |
| Triadic 2 | #331B36 | Even thirds — balanced and loud | |
| Tetradic | #1B3626 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#36331b text on a black background
contrast 1.65:1
#36331b text on a white background
contrast 12.76:1
CSS3 live lab
The quick brown fox
color: #36331b;
background-color: #36331b;
Glowing headline
text-shadow: 2px 2px 8px #36331b;
Soft neon halo
text-shadow: 0 0 14px rgba(54, 51, 27, 0.45);
box-shadow: 0 12px 32px -8px rgba(54, 51, 27, 0.45);
border: 3px solid #36331b; background: linear-gradient(135deg, #36331b, #27361B);
Monochromatic scale
Palettes built from #36331b
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: Taupe (#483c32) — ΔE2000 10.6 away, with its history, psychology and brand usage.
#36331b 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.
#36331b, answered
What color is #36331b?
#36331b is a deep soft yellow, closest to Black (ΔE2000 17.8). It sits at 53° on the hue wheel with 33% saturation and 16% lightness, which reads as warm.
What is the RGB value of #36331b?
rgb(54, 51, 27) — 54 red, 51 green and 27 blue out of 255, or 21.2% / 20% / 10.6% by channel.
Is #36331b a light or a dark color?
It is a dark color. Relative luminance is 0.0323 and perceived brightness is 20%, so white text on it reaches 12.76:1.
Should I use black or white text on #36331b?
White. It scores 12.76:1 against #36331b, versus 1.65:1 for black — AAA at any size.
What is the complementary color of #36331b?
#1B1E36 sits directly opposite on the wheel. Softer options are the split-complements #1B2C36 and #261B36, which give the same contrast with far less vibration.
What colors go well with #36331b?
For interface work: #FAF9F5 as the surface, #E4E1C9 for borders, #99904D for secondary text, #192438 as an accent and #55502B for hover and pressed states. For a palette, the analogous pair #36261B and #2C361B stays calm, while #1B1E36 is the loudest partner.
What is #36331b in CMYK for printing?
cmyk(0%, 6%, 50%, 79%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #36331b warm or cool?
Warm — it scores 21 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #36291B; nudged cooler, #30371A.