Black
#0B2228
CyanColor Codes
All color formats for development
HEX
#0B2228RGB
rgb(11, 34, 40)HSL
hsl(192, 57%, 10%)OKLCH
oklch(0.237 0.031 217.3)CMYK
cmyk(73%, 15%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1F24
2#091B20
3#08181C
4#071518
5#051114
6#040E10
7#030A0C
8#020708
9#010304
Tints
Lighter variations
1#15414C
2#1F6070
3#297F94
4#329DB8
5#4BB3CE
6#6FC3D8
7#93D2E1
8#B7E1EB
9#DBF0F5
Tones
Muted variations
1#0C2127
2#0E2025
3#0F2024
4#111F22
5#121E21
6#141D1F
7#151C1E
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D8 #A3D8E6 | BordersInactive statesPlaceholder text |
| 400 | 73C4 #73C4D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB3 #4BB3CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3097 #3097B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2678 #26788C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E3F3F7;
--black-200: #CBE9F1;
--black-300: #A3D8E6;
--black-400: #73C4D9;
--black-500: #4BB3CE;
--black-600: #3097B0;
--black-700: #26788C;
--black-800: #1B5664;
--black-900: #123740;
--black-950: #0B2228;
}