Black
#09242A
CyanColor Codes
All color formats for development
HEX
#09242ARGB
rgb(9, 36, 42)HSL
hsl(191, 65%, 10%)OKLCH
oklch(0.243 0.034 214.9)CMYK
cmyk(79%, 14%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082026
2#071D22
3#06191D
4#051619
5#041215
6#040E11
7#030B0D
8#020708
9#010404
Tints
Lighter variations
1#114450
2#196576
3#21859C
4#29A6C2
5#42BBD7
6#68C9DF
7#8DD6E7
8#B3E4EF
9#D9F1F7
Tones
Muted variations
1#0B2328
2#0C2227
3#0E2125
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 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFC;
--black-100: #E2F4F9;
--black-200: #C8EBF3;
--black-300: #9EDCEA;
--black-400: #6CCAE0;
--black-500: #42BBD7;
--black-600: #279EB9;
--black-700: #1F7E93;
--black-800: #165A69;
--black-900: #0E3A43;
--black-950: #09242A;
}