Black
#05252E
CyanColor Codes
All color formats for development
HEX
#05252ERGB
rgb(5, 37, 46)HSL
hsl(193, 80%, 10%)OKLCH
oklch(0.246 0.04 220.4)CMYK
cmyk(89%, 20%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052129
2#041E25
3#041A20
4#03161C
5#031317
6#020F12
7#020B0E
8#010709
9#010405
Tints
Lighter variations
1#0A4657
2#0E6881
3#1389AA
4#17AAD3
5#30C0E8
6#5ACDED
7#83D9F1
8#ACE6F6
9#D6F2FA
Tones
Muted variations
1#07242C
2#09232A
3#0B2228
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 #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFD;
--black-100: #DFF5FB;
--black-200: #C3EDF8;
--black-300: #95DFF3;
--black-400: #5ECEED;
--black-500: #30C0E8;
--black-600: #16A3CA;
--black-700: #1282A1;
--black-800: #0D5D73;
--black-900: #083B49;
--black-950: #05252E;
}