Black
#022231
BlueColor Codes
All color formats for development
HEX
#022231RGB
rgb(2, 34, 49)HSL
hsl(199, 92%, 10%)OKLCH
oklch(0.237 0.047 233.1)CMYK
cmyk(96%, 31%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021F2C
2#021B27
3#011822
4#01141D
5#011118
6#010E14
7#010A0F
8#00070A
9#000305
Tints
Lighter variations
1#04415D
2#065F89
3#087EB5
4#099DE1
5#23B3F6
6#4FC2F8
7#7BD1F9
8#A7E1FB
9#D3F0FD
Tones
Muted variations
1#04212F
2#07202C
3#09202A
4#0B1F28
5#0E1E25
6#101D23
7#121C21
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE9 #BFE9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FA | BordersInactive statesPlaceholder text |
| 400 | 54C4 #54C4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B3 #23B3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0996 #0996D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0777 #0777AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0555 #05557A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374E | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FAFE;
--black-100: #DDF3FE;
--black-200: #BFE9FC;
--black-300: #8ED8FA;
--black-400: #54C4F8;
--black-500: #23B3F6;
--black-600: #0996D7;
--black-700: #0777AB;
--black-800: #05557A;
--black-900: #03374E;
--black-950: #022231;
}