Black
#04292F
CyanColor Codes
All color formats for development
HEX
#04292FRGB
rgb(4, 41, 47)HSL
hsl(188, 84%, 10%)OKLCH
oklch(0.259 0.042 210.7)CMYK
cmyk(91%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04252A
2#032126
3#031D21
4#02191C
5#021517
6#021013
7#010C0E
8#010809
9#000405
Tints
Lighter variations
1#084E59
2#0B7383
3#0F98AE
4#13BED8
5#2CD3ED
6#56DCF0
7#80E5F4
8#ABEDF8
9#D5F6FB
Tones
Muted variations
1#06282D
2#08262B
3#0B2428
4#0D2326
5#0F2124
6#112022
7#131E20
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E8 #93E8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDD #5BDDF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD3 #2CD3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B5 #12B5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E90 #0E90A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFE;
--black-100: #DEF8FC;
--black-200: #C2F2FA;
--black-300: #93E8F6;
--black-400: #5BDDF1;
--black-500: #2CD3ED;
--black-600: #12B5CE;
--black-700: #0E90A4;
--black-800: #0A6775;
--black-900: #07424B;
--black-950: #04292F;
}