Black
#0B2628
CyanColor Codes
All color formats for development
HEX
#0B2628RGB
rgb(11, 38, 40)HSL
hsl(184, 57%, 10%)OKLCH
oklch(0.249 0.033 201.9)CMYK
cmyk(73%, 5%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2224
2#091E20
3#081B1C
4#071718
5#051314
6#040F10
7#030B0C
8#020808
9#010404
Tints
Lighter variations
1#15484C
2#1F6B70
3#298D94
4#32AFB8
5#4BC5CE
6#6FD1D8
7#93DCE1
8#B7E8EB
9#DBF3F5
Tones
Muted variations
1#0C2527
2#0E2425
3#0F2224
4#112122
5#122021
6#141F1F
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 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E1 #A3E1E6 | BordersInactive statesPlaceholder text |
| 400 | 73D2 #73D2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC5 #4BC5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A8 #30A8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2685 #26858C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E3F6F7;
--black-200: #CBEEF1;
--black-300: #A3E1E6;
--black-400: #73D2D9;
--black-500: #4BC5CE;
--black-600: #30A8B0;
--black-700: #26858C;
--black-800: #1B5F64;
--black-900: #123D40;
--black-950: #0B2628;
}