Black
#042A2F
CyanColor Codes
All color formats for development
HEX
#042A2FRGB
rgb(4, 42, 47)HSL
hsl(187, 84%, 10%)OKLCH
oklch(0.262 0.042 207.9)CMYK
cmyk(91%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04262A
2#032226
3#031D21
4#02191C
5#021517
6#021113
7#010D0E
8#010809
9#000405
Tints
Lighter variations
1#085059
2#0B7583
3#0F9BAE
4#13C1D8
5#2CD6ED
6#56DEF0
7#80E6F4
8#ABEFF8
9#D5F7FB
Tones
Muted variations
1#06282D
2#08272B
3#0B2528
4#0D2326
5#0F2224
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EA #93EAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BDF #5BDFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD6 #2CD6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B8 #12B8CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E93 #0E93A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFE;
--black-100: #DEF9FC;
--black-200: #C2F3FA;
--black-300: #93EAF6;
--black-400: #5BDFF1;
--black-500: #2CD6ED;
--black-600: #12B8CE;
--black-700: #0E93A4;
--black-800: #0A6975;
--black-900: #07434B;
--black-950: #042A2F;
}