Black
#08222B
BlueColor Codes
All color formats for development
HEX
#08222BRGB
rgb(8, 34, 43)HSL
hsl(195, 69%, 10%)OKLCH
oklch(0.237 0.036 224.2)CMYK
cmyk(81%, 21%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071F27
2#061B22
3#06181E
4#05151A
5#041116
6#030E11
7#020A0D
8#020709
9#010304
Tints
Lighter variations
1#0F4152
2#166079
3#1D7F9F
4#249EC6
5#3DB4DB
6#64C3E3
7#8BD2EA
8#B1E1F1
9#D8F0F8
Tones
Muted variations
1#0A2129
2#0B2128
3#0D2026
4#0F1F24
5#111E22
6#121D21
7#141C1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E1F3F9;
--black-200: #C7E9F5;
--black-300: #9CD9ED;
--black-400: #68C5E3;
--black-500: #3DB4DB;
--black-600: #2397BE;
--black-700: #1C7897;
--black-800: #14566C;
--black-900: #0D3745;
--black-950: #08222B;
}