Black
#09232A
CyanColor Codes
All color formats for development
HEX
#09232ARGB
rgb(9, 35, 42)HSL
hsl(193, 65%, 10%)OKLCH
oklch(0.24 0.034 218.5)CMYK
cmyk(79%, 17%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081F26
2#071C22
3#06181D
4#051519
5#041115
6#040E11
7#030A0D
8#020708
9#010304
Tints
Lighter variations
1#114250
2#196276
3#21819C
4#29A1C2
5#42B7D7
6#68C5DF
7#8DD4E7
8#B3E2EF
9#D9F1F7
Tones
Muted variations
1#0B2228
2#0C2127
3#0E2025
4#101F23
5#111E22
6#131D20
7#151C1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDA #9EDAEA | BordersInactive statesPlaceholder text |
| 400 | 6CC7 #6CC7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42B7 #42B7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279A #279AB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7A #1F7A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1657 #165769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E38 #0E3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFC;
--black-100: #E2F4F9;
--black-200: #C8EAF3;
--black-300: #9EDAEA;
--black-400: #6CC7E0;
--black-500: #42B7D7;
--black-600: #279AB9;
--black-700: #1F7A93;
--black-800: #165769;
--black-900: #0E3843;
--black-950: #09232A;
}