Black
#0B2428
CyanColor Codes
All color formats for development
HEX
#0B2428RGB
rgb(11, 36, 40)HSL
hsl(188, 57%, 10%)OKLCH
oklch(0.243 0.031 209.4)CMYK
cmyk(73%, 10%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2124
2#091D20
3#08191C
4#071618
5#051214
6#040E10
7#030B0C
8#020708
9#010404
Tints
Lighter variations
1#15454C
2#1F6570
3#298694
4#32A6B8
5#4BBCCE
6#6FCAD8
7#93D7E1
8#B7E4EB
9#DBF2F5
Tones
Muted variations
1#0C2327
2#0E2225
3#0F2124
4#112022
5#121F21
6#141E1F
7#151D1E
8#171C1C
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DD #A3DDE6 | BordersInactive statesPlaceholder text |
| 400 | 73CB #73CBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BBC #4BBCCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309F #309FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267F #267F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E3F5F7;
--black-200: #CBECF1;
--black-300: #A3DDE6;
--black-400: #73CBD9;
--black-500: #4BBCCE;
--black-600: #309FB0;
--black-700: #267F8C;
--black-800: #1B5A64;
--black-900: #123A40;
--black-950: #0B2428;
}