Black
#09252A
CyanColor Codes
All color formats for development
HEX
#09252ARGB
rgb(9, 37, 42)HSL
hsl(189, 65%, 10%)OKLCH
oklch(0.246 0.034 211.3)CMYK
cmyk(79%, 12%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082126
2#071E22
3#061A1D
4#051619
5#041315
6#040F11
7#030B0D
8#020708
9#010404
Tints
Lighter variations
1#114650
2#196876
3#21899C
4#29ABC2
5#42C0D7
6#68CDDF
7#8DD9E7
8#B3E6EF
9#D9F2F7
Tones
Muted variations
1#0B2428
2#0C2327
3#0E2225
4#102023
5#111F22
6#131E20
7#151D1E
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFC;
--black-100: #E2F5F9;
--black-200: #C8EDF3;
--black-300: #9EDFEA;
--black-400: #6CCEE0;
--black-500: #42C0D7;
--black-600: #27A3B9;
--black-700: #1F8293;
--black-800: #165D69;
--black-900: #0E3B43;
--black-950: #09252A;
}