Black
#032230
BlueColor Codes
All color formats for development
HEX
#032230RGB
rgb(3, 34, 48)HSL
hsl(199, 88%, 10%)OKLCH
oklch(0.237 0.045 231.9)CMYK
cmyk(94%, 29%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031E2B
2#021B26
3#021822
4#02141D
5#021118
6#010D13
7#010A0E
8#01070A
9#000305
Tints
Lighter variations
1#06405B
2#095E86
3#0B7DB1
4#0E9BDD
5#27B1F1
6#52C1F4
7#7ED0F7
8#A9E0F9
9#D4EFFC
Tones
Muted variations
1#05212E
2#08202B
3#0A1F29
4#0C1E27
5#0E1E25
6#111D22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D7 #91D7F8 | BordersInactive statesPlaceholder text |
| 400 | 57C3 #57C3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B1 #27B1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D94 #0D94D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B76 #0B76A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0854 #085478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0536 #05364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFE;
--black-100: #DDF3FD;
--black-200: #C1E9FB;
--black-300: #91D7F8;
--black-400: #57C3F4;
--black-500: #27B1F1;
--black-600: #0D94D3;
--black-700: #0B76A8;
--black-800: #085478;
--black-900: #05364D;
--black-950: #032230;
}