Black
#111E22
CyanColor Codes
All color formats for development
HEX
#111E22RGB
rgb(17, 30, 34)HSL
hsl(194, 33%, 10%)OKLCH
oklch(0.225 0.02 219.1)CMYK
cmyk(50%, 12%, 0%, 87%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1B1F
2#0E181B
3#0C1518
4#0A1214
5#090F11
6#070C0E
7#05090A
8#030607
9#020303
Tints
Lighter variations
1#203940
2#30545F
3#3F6F7D
4#4F8A9C
5#66A0B2
6#85B3C1
7#A3C6D1
8#C2D9E0
9#E0ECF0
Tones
Muted variations
1#121E21
2#131D20
3#141D1F
4#141C1F
5#151C1E
6#161B1D
7#171B1C
8#181A1B
9#191A1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CF #B1CFD8 | BordersInactive statesPlaceholder text |
| 400 | 88B5 #88B5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A0 #66A0B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B84 #4B8495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C69 #3C6977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4B #2B4B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F9FA;
--black-100: #E7F0F3;
--black-200: #D3E4E9;
--black-300: #B1CFD8;
--black-400: #88B5C3;
--black-500: #66A0B2;
--black-600: #4B8495;
--black-700: #3C6977;
--black-800: #2B4B55;
--black-900: #1B3036;
--black-950: #111E22;
}