#269b13
a dark, electric green · cool · closest name: Forest Green
At a glance
Every number on this page in one read: what #269b13 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 | #269b13 |
| RGB | rgb(38, 155, 19) |
| HSL | hsl(112, 78%, 34%) |
| CMYK | cmyk(76%, 0%, 88%, 39%) |
| LAB | lab(56.0 -55.1 54.6) |
| LCH | lch(56.0 77.6 135.2) |
| OKLCH | oklch(0.603 0.192 141.4) |
| Decimal | 2530067 |
| Display P3 | color(display-p3 0.149 0.608 0.075) |
Copy-ready code
/* CSS */
color: #269b13;
background-color: #269b13;
/* Tailwind (arbitrary) */
class="text-[#269b13] bg-[#269b13]"
/* SCSS */
$brand: #269b13;
/* SwiftUI */
Color(red: 0.149, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#269b13")
/* Flutter */
Color(0xFF269B13)
/* Python / OpenCV (BGR) */
(19, 155, 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. #269b13 is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FCF3;
--brand-100: #E9F9E6;
--brand-200: #CDF5C7;
--brand-300: #A7F39B;
--brand-400: #7BED69;
--brand-500: #50E737;
--brand-600: #35DA1B;
--brand-700: #2DB616;
--brand-800: #269b13;
--brand-900: #1D6911;
--brand-950: #12420B;
--brand: #269b13;
--brand-ink: #000000;
}Colors that work with #269b13
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 #269b13
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓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
- ⚠Small text on white — under 4.5:1
- ⚠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 | #88139B | Directly opposite — maximum tension | |
| Analogous left | #6A9B13 | Neighbour, quieter | |
| Analogous right | #139B44 | Neighbour, quieter | |
| Split-complement 1 | #44139B | Contrast without the clash | |
| Split-complement 2 | #9B136A | Contrast without the clash | |
| Triadic 1 | #13269B | Even thirds — balanced and loud | |
| Triadic 2 | #9B1326 | Even thirds — balanced and loud | |
| Tetradic | #136A9B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#269b13 text on a black background
contrast 5.78:1
#269b13 text on a white background
contrast 3.63:1
CSS3 live lab
The quick brown fox
color: #269b13;
background-color: #269b13;
Glowing headline
text-shadow: 2px 2px 8px #269b13;
Soft neon halo
text-shadow: 0 0 14px rgba(38, 155, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(38, 155, 19, 0.45);
border: 3px solid #269b13; background: linear-gradient(135deg, #269b13, #139B5B);
Monochromatic scale
Palettes built from #269b13
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: Forest Green (#228b22) — ΔE2000 6 away, with its history, psychology and brand usage.
#269b13 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.
#269b13, answered
What color is #269b13?
#269b13 is a dark electric green, closest to Forest Green (ΔE2000 6). It sits at 112° on the hue wheel with 78% saturation and 34% lightness, which reads as cool.
What is the RGB value of #269b13?
rgb(38, 155, 19) — 38 red, 155 green and 19 blue out of 255, or 14.9% / 60.8% / 7.5% by channel.
Is #269b13 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2390 and perceived brightness is 47%, so black text on it reaches 5.78:1.
Should I use black or white text on #269b13?
Black. It scores 5.78:1 against #269b13, versus 3.63:1 for white — AA at any size.
What is the complementary color of #269b13?
#88139B sits directly opposite on the wheel. Softer options are the split-complements #44139B and #9B136A, which give the same contrast with far less vibration.
What colors go well with #269b13?
For interface work: #F5FAF4 as the surface, #C6EDC0 for borders, #569B4B for secondary text, #670F9E as an accent and #1C720E for hover and pressed states. For a palette, the analogous pair #6A9B13 and #139B44 stays calm, while #88139B is the loudest partner.
What is #269b13 in CMYK for printing?
cmyk(76%, 0%, 88%, 39%). 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 #269b13 warm or cool?
Cool — it scores 59 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #589B13; nudged cooler, #119D31.