Black
#0F2324
CyanColor Codes
All color formats for development
HEX
#0F2324RGB
rgb(15, 35, 36)HSL
hsl(183, 41%, 10%)OKLCH
oklch(0.24 0.026 199.8)CMYK
cmyk(58%, 3%, 0%, 86%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F20
2#0C1C1D
3#0B1819
4#091516
5#081112
6#060E0E
7#050A0B
8#030707
9#020304
Tints
Lighter variations
1#1D4244
2#2A6265
3#388185
4#45A1A5
5#5DB7BB
6#7EC5C9
7#9ED4D6
8#BEE2E4
9#DFF1F1
Tones
Muted variations
1#102223
2#112122
3#122021
4#131F20
5#141E1F
6#151D1E
7#161C1D
8#171B1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADC | BordersInactive statesPlaceholder text |
| 400 | 81C7 #81C7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB7 #5DB7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429A #429A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357A #357A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #26575A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4FAFA;
--black-100: #E6F4F4;
--black-200: #D0EAEB;
--black-300: #ACDADC;
--black-400: #81C7CA;
--black-500: #5DB7BB;
--black-600: #429A9E;
--black-700: #357A7E;
--black-800: #26575A;
--black-900: #18383A;
--black-950: #0F2324;
}