Black
#07272C
CyanColor Codes
All color formats for development
HEX
#07272CRGB
rgb(7, 39, 44)HSL
hsl(188, 73%, 10%)OKLCH
oklch(0.252 0.037 209.7)CMYK
cmyk(84%, 11%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062328
2#061F23
3#051B1F
4#04171A
5#031416
6#031012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0D4A54
2#136E7C
3#1991A3
4#20B4CB
5#38CAE0
6#60D4E6
7#88DFEC
8#B0EAF3
9#D7F4F9
Tones
Muted variations
1#09262A
2#0B2428
3#0C2327
4#0E2225
5#102023
6#121F21
7#141E1F
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 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E0F7FA;
--black-200: #C6F0F6;
--black-300: #9AE4EF;
--black-400: #65D6E7;
--black-500: #38CAE0;
--black-600: #1EACC2;
--black-700: #18899A;
--black-800: #11626E;
--black-900: #0B3F47;
--black-950: #07272C;
}