Black
#04282F
CyanColor Codes
All color formats for development
HEX
#04282FRGB
rgb(4, 40, 47)HSL
hsl(190, 84%, 10%)OKLCH
oklch(0.256 0.041 213.6)CMYK
cmyk(91%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04242A
2#032026
3#031C21
4#02181C
5#021417
6#021013
7#010C0E
8#010809
9#000405
Tints
Lighter variations
1#084C59
2#0B6F83
3#0F93AE
4#13B7D8
5#2CCDED
6#56D7F0
7#80E1F4
8#ABEBF8
9#D5F5FB
Tones
Muted variations
1#06262D
2#08252B
3#0B2328
4#0D2226
5#0F2124
6#111F22
7#131E20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E5 #93E5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD8 #5BD8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CCD #2CCDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AF #12AFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8B #0E8BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A63 #0A6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFE;
--black-100: #DEF7FC;
--black-200: #C2F0FA;
--black-300: #93E5F6;
--black-400: #5BD8F1;
--black-500: #2CCDED;
--black-600: #12AFCE;
--black-700: #0E8BA4;
--black-800: #0A6375;
--black-900: #07404B;
--black-950: #04282F;
}