Black
#04252F
CyanColor Codes
All color formats for development
HEX
#04252FRGB
rgb(4, 37, 47)HSL
hsl(194, 84%, 10%)OKLCH
oklch(0.246 0.042 222.3)CMYK
cmyk(91%, 21%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04212A
2#031E26
3#031A21
4#02161C
5#021217
6#020F13
7#010B0E
8#010709
9#000405
Tints
Lighter variations
1#084659
2#0B6783
3#0F89AE
4#13AAD8
5#2CC0ED
6#56CCF0
7#80D9F4
8#ABE6F8
9#D5F2FB
Tones
Muted variations
1#06242D
2#08232B
3#0B2128
4#0D2026
5#0F1F24
6#111E22
7#131D20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DF #93DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCE #5BCEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC0 #2CC0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A2 #12A2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E81 #0E81A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5C #0A5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFE;
--black-100: #DEF5FC;
--black-200: #C2EDFA;
--black-300: #93DFF6;
--black-400: #5BCEF1;
--black-500: #2CC0ED;
--black-600: #12A2CE;
--black-700: #0E81A4;
--black-800: #0A5C75;
--black-900: #073B4B;
--black-950: #04252F;
}