#044530
a deep, electric cyan · cool · closest name: Dark Slate Gray
Token name suggestion: Midnight Glacier
#044530 is a deep electric cyan, 161° on the wheel and 79/100 on the cool side. Put white text on it (11.06:1). As text it scores 11.06:1 on white — safe at any size. Nearest name is Dark Slate Gray, nearest Tailwind family is neutral.
At a glance
Every number on this page in one read: what #044530 is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #044530.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #044530 |
| HEX (8-digit) | #044530ff |
| RGB | rgb(4, 69, 48) |
| RGBA | rgba(4, 69, 48, 1) |
| HSL | hsl(161, 89%, 14%) |
| HSV / HSB | hsv(161, 94%, 27%) |
| HWB | hwb(161 2% 73%) |
| CMYK | cmyk(94%, 0%, 30%, 73%) |
| LAB | lab(25.3 -25.0 7.4) |
| LCH | lch(25.3 26.1 163.5) |
| OKLCH | oklch(0.347 0.071 164.6) |
| XYZ (D65) | xyz(2.71, 4.50, 3.52) |
| Decimal | 279856 |
| Display P3 | color(display-p3 0.016 0.271 0.188) |
| Web-safe | #003333 |
Copy-ready code
/* CSS */
color: #044530;
background-color: #044530;
/* CSS custom property */
--brand: #044530;
/* Tailwind (arbitrary) */
class="text-[#044530] bg-[#044530]"
/* SCSS */
$brand: #044530;
/* SwiftUI */
Color(red: 0.016, green: 0.271, blue: 0.188)
/* UIKit */
UIColor(red: 0.016, green: 0.271, blue: 0.188, alpha: 1)
/* Android XML */
<color name="brand">#044530</color>
/* Android Compose */
Color(0xFF044530)
/* Flutter */
Color(0xFF044530)
/* Python / OpenCV (BGR) */
(48, 69, 4)
/* Python / PIL (RGB) */
(4, 69, 48)
/* Java AWT */
new Color(4, 69, 48)
/* .NET */
Color.FromArgb(255, 4, 69, 48)
/* OpenGL / Unity (0–1) */
(0.0157f, 0.2706f, 0.1882f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{4,69,48}/* mix without leaving CSS */ background: color-mix(in oklab, #044530 85%, white); border-color: color-mix(in oklab, #044530 40%, transparent); /* theme-aware in one line */ color: light-dark(#077854, #D3EEE5); /* relative colour syntax */ --hover: hsl(from #044530 h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #F2FDF9;
--brand-100: #E5FBF4;
--brand-200: #C4F8E7;
--brand-300: #95F9D9;
--brand-400: #60F6C5;
--brand-500: #2BF3B2;
--brand-600: #0DE7A1;
--brand-700: #0BC186;
--brand-800: #099A6B;
--brand-900: #0B6F4F;
--brand-950: #044530;
--brand: #044530;
--brand-ink: #ffffff;
--brand-surface: #F4FAF8;
--brand-border: #C0EDDE;
--brand-hover: #022318;
--brand-pressed: #000101;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #14241F;
--brand-ink: #D3EEE5;
}
}theme: {
extend: {
colors: {
brand: {
50: '#F2FDF9',
100: '#E5FBF4',
200: '#C4F8E7',
300: '#95F9D9',
400: '#60F6C5',
500: '#2BF3B2',
600: '#0DE7A1',
700: '#0BC186',
800: '#099A6B',
900: '#0B6F4F',
950: '#044530',
DEFAULT: '#044530',
},
},
},
}$brand: (
'50': #F2FDF9,
'100': #E5FBF4,
'200': #C4F8E7,
'300': #95F9D9,
'400': #60F6C5,
'500': #2BF3B2,
'600': #0DE7A1,
'700': #0BC186,
'800': #099A6B,
'900': #0B6F4F,
'950': #044530,
);
$brand-base: #044530;
$brand-ink: #ffffff;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#F2FDF9", "$type": "color" },
"100": { "$value": "#E5FBF4", "$type": "color" },
"200": { "$value": "#C4F8E7", "$type": "color" },
"300": { "$value": "#95F9D9", "$type": "color" },
"400": { "$value": "#60F6C5", "$type": "color" },
"500": { "$value": "#2BF3B2", "$type": "color" },
"600": { "$value": "#0DE7A1", "$type": "color" },
"700": { "$value": "#0BC186", "$type": "color" },
"800": { "$value": "#099A6B", "$type": "color" },
"900": { "$value": "#0B6F4F", "$type": "color" },
"950": { "$value": "#044530", "$type": "color" }
},
"brandInk": { "$value": "#ffffff", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #044530 is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #044530 as text on that neutral, and that neutral as text on #044530.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 11.06:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 10.57:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 10.09:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 8.97:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 7.45:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 4.31:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 2.32:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 1.46:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 1.07:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 1.32:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 1.61:1 | AAAA lgAAA | AaAa |
| Black#000000 | 1.90:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #044530 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.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.018 164.6);
--brand-100: oklch(0.94 0.028 164.6);
--brand-200: oklch(0.88 0.043 164.6);
--brand-300: oklch(0.80 0.055 164.6);
--brand-400: oklch(0.72 0.065 164.6);
--brand-500: oklch(0.64 0.071 164.6);
--brand-600: oklch(0.56 0.071 164.6);
--brand-700: oklch(0.48 0.067 164.6);
--brand-800: oklch(0.40 0.060 164.6);
--brand-900: oklch(0.32 0.050 164.6);
--brand-950: oklch(0.24 0.039 164.6);
}Colors that work with #044530
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.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #044530
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Cyan reads as water, air and infrastructure: cool, hygienic, engineered.
At this chroma the association is amplified — it will dominate anything placed beside it, so give it space and use it sparingly. The low lightness adds weight and formality.
At high lightness it disappears into white surfaces and thin strokes vanish entirely.
- FormalityHigh
- EnergyHigh
- Weight86/100
- TemperatureCool
- ApproachabilityReserved
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
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 | #450419 | Directly opposite — maximum tension | |
| Analogous left | #04450F | Neighbour, quieter | |
| Analogous right | #043945 | Neighbour, quieter | |
| Split-complement 1 | #450439 | Contrast without the clash | |
| Split-complement 2 | #450F04 | Contrast without the clash | |
| Triadic 1 | #300445 | Even thirds — balanced and loud | |
| Triadic 2 | #453004 | Even thirds — balanced and loud | |
| Tetradic | #0F0445 | Fourth corner of the square scheme |
#044530 sits at 161°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 198%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#044530 text on a black background
contrast 1.90:1
#044530 text on a white background
contrast 11.06:1
#044530 on grey
10.09:1
#044530 on its own surface
10.47:1
#044530 on its dark surface
1.46:1
CSS3 live lab
The quick brown fox
color: #044530;
background-color: #044530;
Glowing headline
text-shadow: 2px 2px 8px #044530;
Soft neon halo
text-shadow: 0 0 14px rgba(4, 69, 48, 0.45);
box-shadow: 0 12px 32px -8px rgba(4, 69, 48, 0.45);
border: 3px solid #044530; background: linear-gradient(135deg, #044530, #042F45);
Gradient headline
background: linear-gradient(90deg, #044530, #041E45); -webkit-background-clip: text; color: transparent;
outline: 2px solid #044530; outline-offset: 3px;
Marked up text
text-decoration-color: #044530; caret-color: #044530;
border-left: 4px solid #044530;
background: #E7FEF6; box-shadow: inset 0 0 0 2px #044530;
background: conic-gradient(#044530 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #044530 over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(4, 69, 48, 0.5) rgb(4 69 48 / 50%) #04453080 hsl(161 89% 14% / 50%) color-mix(in srgb, #044530 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #0445301a | #E6ECEA |
| 20% | #04453033 | #CDDAD6 |
| 40% | #04453066 | #9BB5AC |
| 60% | #04453099 | #688F83 |
| 80% | #044530cc | #366A59 |
Gradients from #044530
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #077F58, #044530 45%, #077854);
background: linear-gradient(120deg, #044530, #021828);
background: linear-gradient(90deg, #044530, #450419);
background: radial-gradient(120% 120% at 20% 0%, #099C6C 0%, #044530 45%, #077854 100%);
background: linear-gradient(180deg, #F4FAF8, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #077511 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #064A62 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #077854 0%, transparent 65%), #044530;
Monochromatic scale
Palettes built from #044530
Shades — darker
Tints — lighter
Tones — desaturated
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: Gucci Green-Red (#1e5631) — ΔE2000 7.3 away, with its history, psychology and brand usage.
#044530 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.
Very dark values collapse into each other on cheap panels — leave more lightness between your darkest steps than the numbers suggest.
Too dim on dark surfaces at 1.90:1 — lift it to #08885F for body text, or reserve it for fills.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#044530, answered
What color is #044530?
#044530 is a deep electric cyan, closest to Dark Slate Gray (ΔE2000 12.3). It sits at 161° on the hue wheel with 89% saturation and 14% lightness, which reads as cool.
What is the RGB value of #044530?
rgb(4, 69, 48) — 4 red, 69 green and 48 blue out of 255, or 1.6% / 27.1% / 18.8% by channel.
What is #044530 in HSL and HSV?
hsl(161, 89%, 14%) and hsv(161, 94%, 27%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #044530 a light or a dark color?
It is a dark color. Relative luminance is 0.0450 and perceived brightness is 22%, so white text on it reaches 11.06:1.
Should I use black or white text on #044530?
White. It scores 11.06:1 against #044530, versus 1.90:1 for black — AAA at any size.
Is #044530 accessible on a white background?
#044530 on white scores 11.06:1, which clears AAA at every size.
What is the complementary color of #044530?
#450419 sits directly opposite on the wheel. Softer options are the split-complements #450439 and #450F04, which give the same contrast with far less vibration.
What colors go well with #044530?
For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B81 for secondary text, #460329 as an accent and #077854 for hover and pressed states. For a palette, the analogous pair #04450F and #043945 stays calm, while #450419 is the loudest partner.
What is #044530 in CMYK for printing?
cmyk(94%, 0%, 30%, 73%). 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 #044530 warm or cool?
Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #044518; nudged cooler, #034346.
Which Tailwind color is closest to #044530?
The neutral family — its 500 step is #737373, ΔE2000 28.1 away. That is a visible difference, so define #044530 as a custom token rather than reaching for the built-in.
How do I use #044530 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#044530] or text-[#044530], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #044530 with 50% opacity?
rgba(4, 69, 48, 0.5), or #04453080 in eight-digit hex. Over white that composites to #82A298; over black, #022318.
Is #044530 a web-safe color?
No. The nearest web-safe colour is #003333, ΔE2000 11.2 away. The palette only matters for legacy displays and some email clients now.
What does the color #044530 mean?
As a cyan, it reads clean, technical, fresh. Cyan reads as water, air and infrastructure: cool, hygienic, engineered. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #044530?
The safest is same-hue elevation: linear-gradient(135deg, #077F58, #044530 45%, #077854). For more colour, a short hue run to #021828 keeps it rich without turning muddy.
Work with #044530 in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #044530 at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.