Black
#06272D
CyanColor Codes
All color formats for development
HEX
#06272DRGB
rgb(6, 39, 45)HSL
hsl(189, 76%, 10%)OKLCH
oklch(0.252 0.039 212.2)CMYK
cmyk(87%, 13%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062328
2#051F24
3#041B1F
4#04171B
5#031416
6#021012
7#020C0D
8#010809
9#010404
Tints
Lighter variations
1#0C4A55
2#116D7E
3#1791A6
4#1CB4CE
5#35C9E3
6#5DD4E9
7#86DFEE
8#AEEAF4
9#D7F4F9
Tones
Muted variations
1#08262B
2#0A2429
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 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EF #C5EFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E4 #98E4F1 | BordersInactive statesPlaceholder text |
| 400 | 62D5 #62D5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C9 #35C9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAC #1BACC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3F #0A3F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FBFD;
--black-100: #E0F7FB;
--black-200: #C5EFF7;
--black-300: #98E4F1;
--black-400: #62D5EA;
--black-500: #35C9E3;
--black-600: #1BACC5;
--black-700: #15899D;
--black-800: #0F6270;
--black-900: #0A3F48;
--black-950: #06272D;
}