Black
#05262E
CyanColor Codes
All color formats for development
HEX
#05262ERGB
rgb(5, 38, 46)HSL
hsl(192, 80%, 10%)OKLCH
oklch(0.249 0.04 217.4)CMYK
cmyk(89%, 17%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052229
2#041E25
3#041A20
4#03171C
5#031317
6#020F12
7#020B0E
8#010809
9#010405
Tints
Lighter variations
1#0A4857
2#0E6A81
3#138CAA
4#17AED3
5#30C3E8
6#5ACFED
7#83DBF1
8#ACE7F6
9#D6F3FA
Tones
Muted variations
1#07252C
2#09232A
3#0B2228
4#0D2126
5#0F2024
6#111E22
7#131D20
8#151C1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED1 #5ED1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C3 #30C3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A6 #16A6CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1284 #1284A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFD;
--black-100: #DFF6FB;
--black-200: #C3EEF8;
--black-300: #95E1F3;
--black-400: #5ED1ED;
--black-500: #30C3E8;
--black-600: #16A6CA;
--black-700: #1284A1;
--black-800: #0D5E73;
--black-900: #083C49;
--black-950: #05262E;
}