Black
#07252C
CyanColor Codes
All color formats for development
HEX
#07252CRGB
rgb(7, 37, 44)HSL
hsl(191, 73%, 10%)OKLCH
oklch(0.246 0.037 216.2)CMYK
cmyk(84%, 16%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062228
2#061E23
3#051A1F
4#04161A
5#031316
6#030F12
7#020B0D
8#010709
9#010404
Tints
Lighter variations
1#0D4754
2#13687C
3#198AA3
4#20ACCB
5#38C1E0
6#60CEE6
7#88DAEC
8#B0E6F3
9#D7F3F9
Tones
Muted variations
1#09242A
2#0B2328
3#0C2227
4#0E2125
5#101F23
6#121E21
7#141D1F
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6ED #C6EDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADF #9ADFEF | BordersInactive statesPlaceholder text |
| 400 | 65CF #65CFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C1 #38C1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA4 #1EA4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1883 #18839A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115D #115D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E0F5FA;
--black-200: #C6EDF6;
--black-300: #9ADFEF;
--black-400: #65CFE7;
--black-500: #38C1E0;
--black-600: #1EA4C2;
--black-700: #18839A;
--black-800: #115D6E;
--black-900: #0B3C47;
--black-950: #07252C;
}