Black
#06252D
CyanColor Codes
All color formats for development
HEX
#06252DRGB
rgb(6, 37, 45)HSL
hsl(192, 76%, 10%)OKLCH
oklch(0.246 0.038 218.4)CMYK
cmyk(87%, 18%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062128
2#051E24
3#041A1F
4#04161B
5#031316
6#020F12
7#020B0D
8#010709
9#010404
Tints
Lighter variations
1#0C4755
2#11687E
3#1789A6
4#1CABCE
5#35C1E3
6#5DCDE9
7#86DAEE
8#AEE6F4
9#D7F3F9
Tones
Muted variations
1#08242B
2#0A2329
3#0C2227
4#0E2025
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 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E0F5FB;
--black-200: #C5EDF7;
--black-300: #98DFF1;
--black-400: #62CEEA;
--black-500: #35C1E3;
--black-600: #1BA3C5;
--black-700: #15829D;
--black-800: #0F5D70;
--black-900: #0A3B48;
--black-950: #06252D;
}