Black
#05272E
CyanColor Codes
All color formats for development
HEX
#05272ERGB
rgb(5, 39, 46)HSL
hsl(190, 80%, 10%)OKLCH
oklch(0.253 0.04 214.4)CMYK
cmyk(89%, 15%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052329
2#041F25
3#041B20
4#03171C
5#031417
6#021012
7#020C0E
8#010809
9#010405
Tints
Lighter variations
1#0A4A57
2#0E6D81
3#1391AA
4#17B4D3
5#30C9E8
6#5AD4ED
7#83DFF1
8#ACEAF6
9#D6F4FA
Tones
Muted variations
1#07262C
2#09242A
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 #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FBFD;
--black-100: #DFF7FB;
--black-200: #C3F0F8;
--black-300: #95E4F3;
--black-400: #5ED5ED;
--black-500: #30C9E8;
--black-600: #16ACCA;
--black-700: #1289A1;
--black-800: #0D6273;
--black-900: #083F49;
--black-950: #05272E;
}