Black
#04272F
CyanColor Codes
All color formats for development
HEX
#04272FRGB
rgb(4, 39, 47)HSL
hsl(191, 84%, 10%)OKLCH
oklch(0.253 0.041 216.5)CMYK
cmyk(91%, 17%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04232A
2#031F26
3#031B21
4#02171C
5#021417
6#021013
7#010C0E
8#010809
9#000405
Tints
Lighter variations
1#084A59
2#0B6D83
3#0F91AE
4#13B4D8
5#2CC9ED
6#56D4F0
7#80DFF4
8#ABEAF8
9#D5F4FB
Tones
Muted variations
1#06262D
2#08242B
3#0B2328
4#0D2226
5#0F2024
6#111F22
7#131E20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E4 #93E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD5 #5BD5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC9 #2CC9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AC #12ACCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E89 #0E89A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFE;
--black-100: #DEF7FC;
--black-200: #C2EFFA;
--black-300: #93E4F6;
--black-400: #5BD5F1;
--black-500: #2CC9ED;
--black-600: #12ACCE;
--black-700: #0E89A4;
--black-800: #0A6275;
--black-900: #073F4B;
--black-950: #04272F;
}