Black
#05232E
BlueColor Codes
All color formats for development
HEX
#05232ERGB
rgb(5, 35, 46)HSL
hsl(196, 80%, 10%)OKLCH
oklch(0.24 0.041 226.4)CMYK
cmyk(89%, 24%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052029
2#041C25
3#041920
4#03151C
5#031217
6#020E12
7#020B0E
8#010709
9#010405
Tints
Lighter variations
1#0A4357
2#0E6281
3#1382AA
4#17A1D3
5#30B7E8
6#5AC5ED
7#83D4F1
8#ACE2F6
9#D6F1FA
Tones
Muted variations
1#07222C
2#09212A
3#0B2028
4#0D1F26
5#0F1E24
6#111D22
7#131C20
8#151B1E
9#171A1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EA #C3EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DA #95DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EC7 #5EC7ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B7 #30B7E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 169A #169ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 127B #127BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D58 #0D5873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0838 #083849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F1FAFD;
--black-100: #DFF4FB;
--black-200: #C3EAF8;
--black-300: #95DAF3;
--black-400: #5EC7ED;
--black-500: #30B7E8;
--black-600: #169ACA;
--black-700: #127BA1;
--black-800: #0D5873;
--black-900: #083849;
--black-950: #05232E;
}