Black
#032A30
CyanColor Codes
All color formats for development
HEX
#032A30RGB
rgb(3, 42, 48)HSL
hsl(188, 88%, 10%)OKLCH
oklch(0.262 0.043 210.1)CMYK
cmyk(94%, 13%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03262B
2#022226
3#021D22
4#02191D
5#021518
6#011113
7#010D0E
8#01080A
9#000405
Tints
Lighter variations
1#06505B
2#097586
3#0B9BB1
4#0EC1DD
5#27D6F1
6#52DEF4
7#7EE7F7
8#A9EFF9
9#D4F7FC
Tones
Muted variations
1#05282E
2#08272B
3#0A2529
4#0C2327
5#0E2225
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 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FCFE;
--black-100: #DDF9FD;
--black-200: #C1F3FB;
--black-300: #91EAF8;
--black-400: #57DFF4;
--black-500: #27D6F1;
--black-600: #0DB9D3;
--black-700: #0B93A8;
--black-800: #086978;
--black-900: #05434D;
--black-950: #032A30;
}