Black
#06282D
CyanColor Codes
All color formats for development
HEX
#06282DRGB
rgb(6, 40, 45)HSL
hsl(188, 76%, 10%)OKLCH
oklch(0.256 0.039 209.1)CMYK
cmyk(87%, 11%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062428
2#052024
3#041C1F
4#04181B
5#031416
6#021012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0C4B55
2#116F7E
3#1793A6
4#1CB7CE
5#35CCE3
6#5DD6E9
7#86E1EE
8#AEEBF4
9#D7F5F9
Tones
Muted variations
1#08262B
2#0A2529
3#0C2327
4#0E2225
5#102123
6#121F21
7#141E1F
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FCFD;
--black-100: #E0F7FB;
--black-200: #C5F0F7;
--black-300: #98E5F1;
--black-400: #62D7EA;
--black-500: #35CCE3;
--black-600: #1BAFC5;
--black-700: #158B9D;
--black-800: #0F6370;
--black-900: #0A4048;
--black-950: #06282D;
}