Black
#05282E
CyanColor Codes
All color formats for development
HEX
#05282ERGB
rgb(5, 40, 46)HSL
hsl(189, 80%, 10%)OKLCH
oklch(0.256 0.04 211.4)CMYK
cmyk(89%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052429
2#042025
3#041C20
4#03181C
5#031417
6#021012
7#020C0E
8#010809
9#010405
Tints
Lighter variations
1#0A4C57
2#0E6F81
3#1393AA
4#17B7D3
5#30CDE8
6#5AD7ED
7#83E1F1
8#ACEBF6
9#D6F5FA
Tones
Muted variations
1#07262C
2#09252A
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 #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFD;
--black-100: #DFF7FB;
--black-200: #C3F0F8;
--black-300: #95E5F3;
--black-400: #5ED8ED;
--black-500: #30CDE8;
--black-600: #16AFCA;
--black-700: #128BA1;
--black-800: #0D6373;
--black-900: #084049;
--black-950: #05282E;
}