Black
#0B2328
CyanColor Codes
All color formats for development
HEX
#0B2328RGB
rgb(11, 35, 40)HSL
hsl(190, 57%, 10%)OKLCH
oklch(0.24 0.031 213.3)CMYK
cmyk(73%, 13%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2024
2#091C20
3#08191C
4#071518
5#051214
6#040E10
7#030B0C
8#020708
9#010404
Tints
Lighter variations
1#15434C
2#1F6370
3#298294
4#32A2B8
5#4BB8CE
6#6FC6D8
7#93D4E1
8#B7E3EB
9#DBF1F5
Tones
Muted variations
1#0C2227
2#0E2125
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 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DB #A3DBE6 | BordersInactive statesPlaceholder text |
| 400 | 73C8 #73C8D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB8 #4BB8CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309B #309BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267B #267B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #123840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E3F4F7;
--black-200: #CBEAF1;
--black-300: #A3DBE6;
--black-400: #73C8D9;
--black-500: #4BB8CE;
--black-600: #309BB0;
--black-700: #267B8C;
--black-800: #1B5864;
--black-900: #123840;
--black-950: #0B2328;
}