Black
#09272A
CyanColor Codes
All color formats for development
HEX
#09272ARGB
rgb(9, 39, 42)HSL
hsl(185, 65%, 10%)OKLCH
oklch(0.252 0.035 204.4)CMYK
cmyk(79%, 7%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082326
2#071F22
3#061C1D
4#051819
5#041415
6#041011
7#030C0D
8#020808
9#010404
Tints
Lighter variations
1#114B50
2#196E76
3#21919C
4#29B5C2
5#42CAD7
6#68D5DF
7#8DDFE7
8#B3EAEF
9#D9F4F7
Tones
Muted variations
1#0B2628
2#0C2527
3#0E2325
4#102223
5#112022
6#131F20
7#151E1E
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 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE4 #9EE4EA | BordersInactive statesPlaceholder text |
| 400 | 6CD6 #6CD6E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CA #42CAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AD #27ADB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8A #1F8A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1662 #166269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFC;
--black-100: #E2F7F9;
--black-200: #C8F0F3;
--black-300: #9EE4EA;
--black-400: #6CD6E0;
--black-500: #42CAD7;
--black-600: #27ADB9;
--black-700: #1F8A93;
--black-800: #166269;
--black-900: #0E3F43;
--black-950: #09272A;
}