Black
#06232D
BlueColor Codes
All color formats for development
HEX
#06232DRGB
rgb(6, 35, 45)HSL
hsl(195, 76%, 10%)OKLCH
oklch(0.24 0.039 224.7)CMYK
cmyk(87%, 22%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062028
2#051C24
3#04191F
4#04151B
5#031216
6#020E12
7#020B0D
8#010709
9#010404
Tints
Lighter variations
1#0C4355
2#11637E
3#1782A6
4#1CA2CE
5#35B8E3
6#5DC6E9
7#86D4EE
8#AEE3F4
9#D7F1F9
Tones
Muted variations
1#08222B
2#0A2129
3#0C2027
4#0E1F25
5#101E23
6#121D21
7#141C1F
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DB #98DBF1 | BordersInactive statesPlaceholder text |
| 400 | 62C8 #62C8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35B8 #35B8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9B #1B9BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157B #157B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F58 #0F5870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3848 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FAFD;
--black-100: #E0F4FB;
--black-200: #C5EAF7;
--black-300: #98DBF1;
--black-400: #62C8EA;
--black-500: #35B8E3;
--black-600: #1B9BC5;
--black-700: #157B9D;
--black-800: #0F5870;
--black-900: #0A3848;
--black-950: #06232D;
}