#daf613
a balanced, electric yellow · warm · closest name: Yellow
At a glance
Every number on this page in one read: what #daf613 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 | #daf613 |
| RGB | rgb(218, 246, 19) |
| HSL | hsl(67, 93%, 52%) |
| CMYK | cmyk(11%, 0%, 92%, 4%) |
| LAB | lab(92.1 -32.2 88.0) |
| LCH | lch(92.1 93.7 110.1) |
| OKLCH | oklch(0.921 0.211 117.8) |
| Decimal | 14349843 |
| Display P3 | color(display-p3 0.855 0.965 0.075) |
Copy-ready code
/* CSS */
color: #daf613;
background-color: #daf613;
/* Tailwind (arbitrary) */
class="text-[#daf613] bg-[#daf613]"
/* SCSS */
$brand: #daf613;
/* SwiftUI */
Color(red: 0.855, green: 0.965, blue: 0.075)
/* Android */
Color.parseColor("#daf613")
/* Flutter */
Color(0xFFDAF613)
/* Python / OpenCV (BGR) */
(19, 246, 218)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. #daf613 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: #FCFDF2;
--brand-100: #F8FBE4;
--brand-200: #F3F9C2;
--brand-300: #EEFB93;
--brand-400: #E6F95D;
--brand-500: #daf613;
--brand-600: #D0EC09;
--brand-700: #ADC507;
--brand-800: #8B9D06;
--brand-900: #657109;
--brand-950: #3F4706;
--brand: #daf613;
--brand-ink: #000000;
}Colors that work with #daf613
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 #daf613
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 | #2F13F6 | Directly opposite — maximum tension | |
| Analogous left | #F6A113 | Neighbour, quieter | |
| Analogous right | #69F613 | Neighbour, quieter | |
| Split-complement 1 | #1369F6 | Contrast without the clash | |
| Split-complement 2 | #A113F6 | Contrast without the clash | |
| Triadic 1 | #13DAF6 | Even thirds — balanced and loud | |
| Triadic 2 | #F613DA | Even thirds — balanced and loud | |
| Tetradic | #13F6A1 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#daf613 text on a black background
contrast 17.17:1
#daf613 text on a white background
contrast 1.22:1
CSS3 live lab
The quick brown fox
color: #daf613;
background-color: #daf613;
Glowing headline
text-shadow: 2px 2px 8px #daf613;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 246, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 246, 19, 0.45);
border: 3px solid #daf613; background: linear-gradient(135deg, #daf613, #43F613);
Monochromatic scale
Palettes built from #daf613
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: Yellow (#ffff00) — ΔE2000 6.4 away, with its history, psychology and brand usage.
#daf613 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#daf613, answered
What color is #daf613?
#daf613 is a balanced electric yellow, closest to Yellow (ΔE2000 6.4). It sits at 67° on the hue wheel with 93% saturation and 52% lightness, which reads as warm.
What is the RGB value of #daf613?
rgb(218, 246, 19) — 218 red, 246 green and 19 blue out of 255, or 85.5% / 96.5% / 7.5% by channel.
Is #daf613 a light or a dark color?
It is a light color. Relative luminance is 0.8086 and perceived brightness is 87%, so black text on it reaches 17.17:1.
Should I use black or white text on #daf613?
Black. It scores 17.17:1 against #daf613, versus 1.22:1 for white — AAA at any size.
What is the complementary color of #daf613?
#2F13F6 sits directly opposite on the wheel. Softer options are the split-complements #1369F6 and #A113F6, which give the same contrast with far less vibration.
What colors go well with #daf613?
For interface work: #FAFAF4 as the surface, #E7EDC0 for borders, #919B4B for secondary text, #0E2CFB as an accent and #6C7B05 for hover and pressed states. For a palette, the analogous pair #F6A113 and #69F613 stays calm, while #2F13F6 is the loudest partner.
What is #daf613 in CMYK for printing?
cmyk(11%, 0%, 92%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #daf613 warm or cool?
Warm — it scores 31 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F6BF13; nudged cooler, #87F911.