#ceaf67
a balanced, vivid yellow · warm · closest name: Burly Wood
At a glance
Every number on this page in one read: what #ceaf67 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 | #ceaf67 |
| RGB | rgb(206, 175, 103) |
| HSL | hsl(42, 51%, 61%) |
| CMYK | cmyk(0%, 15%, 50%, 19%) |
| LAB | lab(72.7 2.0 40.9) |
| LCH | lch(72.7 40.9 87.1) |
| OKLCH | oklch(0.766 0.098 86.8) |
| Decimal | 13545319 |
| Display P3 | color(display-p3 0.808 0.686 0.404) |
Copy-ready code
/* CSS */
color: #ceaf67;
background-color: #ceaf67;
/* Tailwind (arbitrary) */
class="text-[#ceaf67] bg-[#ceaf67]"
/* SCSS */
$brand: #ceaf67;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.404)
/* Android */
Color.parseColor("#ceaf67")
/* Flutter */
Color(0xFFCEAF67)
/* Python / OpenCV (BGR) */
(103, 175, 206)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. #ceaf67 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: #FAF9F4;
--brand-100: #F6F2EA;
--brand-200: #EDE4CF;
--brand-300: #E4D2AA;
--brand-400: #D6BC80;
--brand-500: #ceaf67;
--brand-600: #B9933C;
--brand-700: #9A7B32;
--brand-800: #7B6228;
--brand-900: #5A4920;
--brand-950: #382D14;
--brand: #ceaf67;
--brand-ink: #000000;
}Colors that work with #ceaf67
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 #ceaf67
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 | #6786CE | Directly opposite — maximum tension | |
| Analogous left | #CE7B67 | Neighbour, quieter | |
| Analogous right | #BACE67 | Neighbour, quieter | |
| Split-complement 1 | #67BACE | Contrast without the clash | |
| Split-complement 2 | #7B67CE | Contrast without the clash | |
| Triadic 1 | #67CEAF | Even thirds — balanced and loud | |
| Triadic 2 | #AF67CE | Even thirds — balanced and loud | |
| Tetradic | #67CE7B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ceaf67 text on a black background
contrast 9.95:1
#ceaf67 text on a white background
contrast 2.11:1
CSS3 live lab
The quick brown fox
color: #ceaf67;
background-color: #ceaf67;
Glowing headline
text-shadow: 2px 2px 8px #ceaf67;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 103, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 175, 103, 0.45);
border: 3px solid #ceaf67; background: linear-gradient(135deg, #ceaf67, #A8CE67);
Monochromatic scale
Palettes built from #ceaf67
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: Sand (#c2b280) — ΔE2000 6 away, with its history, psychology and brand usage.
#ceaf67 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.
#ceaf67, answered
What color is #ceaf67?
#ceaf67 is a balanced vivid yellow, closest to Burly Wood (ΔE2000 7). It sits at 42° on the hue wheel with 51% saturation and 61% lightness, which reads as warm.
What is the RGB value of #ceaf67?
rgb(206, 175, 103) — 206 red, 175 green and 103 blue out of 255, or 80.8% / 68.6% / 40.4% by channel.
Is #ceaf67 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4476 and perceived brightness is 70%, so black text on it reaches 9.95:1.
Should I use black or white text on #ceaf67?
Black. It scores 9.95:1 against #ceaf67, versus 2.11:1 for white — AAA at any size.
What is the complementary color of #ceaf67?
#6786CE sits directly opposite on the wheel. Softer options are the split-complements #67BACE and #7B67CE, which give the same contrast with far less vibration.
What colors go well with #ceaf67?
For interface work: #FAF9F4 as the surface, #EBDEC1 for borders, #9B834B for secondary text, #2E6C9E as an accent and #604D1F for hover and pressed states. For a palette, the analogous pair #CE7B67 and #BACE67 stays calm, while #6786CE is the loudest partner.
What is #ceaf67 in CMYK for printing?
cmyk(0%, 15%, 50%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ceaf67 warm or cool?
Warm — it scores 10 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CE9B67; nudged cooler, #C9D065.