#265d13
a deep, vivid green · neutral · closest name: Dark Green
At a glance
Every number on this page in one read: what #265d13 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #265d13 |
| RGB | rgb(38, 93, 19) |
| HSL | hsl(105, 66%, 22%) |
| CMYK | cmyk(59%, 0%, 80%, 64%) |
| LAB | lab(34.6 -32.8 34.8) |
| LCH | lch(34.6 47.8 133.3) |
| OKLCH | oklch(0.425 0.119 139.1) |
| Decimal | 2514195 |
| Display P3 | color(display-p3 0.149 0.365 0.075) |
Copy-ready code
/* CSS */
color: #265d13;
background-color: #265d13;
/* Tailwind (arbitrary) */
class="text-[#265d13] bg-[#265d13]"
/* SCSS */
$brand: #265d13;
/* SwiftUI */
Color(red: 0.149, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#265d13")
/* Flutter */
Color(0xFF265D13)
/* Python / OpenCV (BGR) */
(19, 93, 38)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. #265d13 is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FBF3;
--brand-100: #ECF8E8;
--brand-200: #D4F1CB;
--brand-300: #B5ECA2;
--brand-400: #90E273;
--brand-500: #6BD945;
--brand-600: #53CB29;
--brand-700: #45A923;
--brand-800: #37881C;
--brand-900: #265d13;
--brand-950: #1B3E0F;
--brand: #265d13;
--brand-ink: #ffffff;
}Colors that work with #265d13
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 #265d13
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓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 on black or near-black surfaces
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠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 | #4A135D | Directly opposite — maximum tension | |
| Analogous left | #4B5D13 | Neighbour, quieter | |
| Analogous right | #135D25 | Neighbour, quieter | |
| Split-complement 1 | #25135D | Contrast without the clash | |
| Split-complement 2 | #5D134B | Contrast without the clash | |
| Triadic 1 | #13265D | Even thirds — balanced and loud | |
| Triadic 2 | #5D1326 | Even thirds — balanced and loud | |
| Tetradic | #134B5D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#265d13 text on a black background
contrast 2.66:1
#265d13 text on a white background
contrast 7.90:1
CSS3 live lab
The quick brown fox
color: #265d13;
background-color: #265d13;
Glowing headline
text-shadow: 2px 2px 8px #265d13;
Soft neon halo
text-shadow: 0 0 14px rgba(38, 93, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(38, 93, 19, 0.45);
border: 3px solid #265d13; background: linear-gradient(135deg, #265d13, #135D31);
Monochromatic scale
Palettes built from #265d13
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: Dark Green (#006400) — ΔE2000 4.1 away, with its history, psychology and brand usage.
#265d13 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.
#265d13, answered
What color is #265d13?
#265d13 is a deep vivid green, closest to Dark Green (ΔE2000 4.1). It sits at 105° on the hue wheel with 66% saturation and 22% lightness, which reads as neutral.
What is the RGB value of #265d13?
rgb(38, 93, 19) — 38 red, 93 green and 19 blue out of 255, or 14.9% / 36.5% / 7.5% by channel.
Is #265d13 a light or a dark color?
It is a dark color. Relative luminance is 0.0829 and perceived brightness is 29%, so white text on it reaches 7.90:1.
Should I use black or white text on #265d13?
White. It scores 7.90:1 against #265d13, versus 2.66:1 for black — AAA at any size.
What is the complementary color of #265d13?
#4A135D sits directly opposite on the wheel. Softer options are the split-complements #25135D and #5D134B, which give the same contrast with far less vibration.
What colors go well with #265d13?
For interface work: #F6FAF4 as the surface, #CBEDC0 for borders, #5F9B4B for secondary text, #38115F as an accent and #2B6A16 for hover and pressed states. For a palette, the analogous pair #4B5D13 and #135D25 stays calm, while #4A135D is the loudest partner.
What is #265d13 in CMYK for printing?
cmyk(59%, 0%, 80%, 64%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #265d13 warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #415D13; nudged cooler, #125E1A.