Black
#061E2D
BlueColor Codes
All color formats for development
HEX
#061E2DRGB
rgb(6, 30, 45)HSL
hsl(203, 76%, 10%)OKLCH
oklch(0.225 0.042 239.5)CMYK
cmyk(87%, 33%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061B28
2#051824
3#04151F
4#04121B
5#030F16
6#020C12
7#02090D
8#010609
9#010304
Tints
Lighter variations
1#0C3955
2#11547E
3#176FA6
4#1C8ACE
5#35A1E3
6#5DB3E9
7#86C6EE
8#AED9F4
9#D7ECF9
Tones
Muted variations
1#081E2B
2#0A1D29
3#0C1D27
4#0E1C25
5#101C23
6#121B21
7#141B1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FD;
--black-100: #E0F0FB;
--black-200: #C5E4F7;
--black-300: #98CFF1;
--black-400: #62B6EA;
--black-500: #35A1E3;
--black-600: #1B84C5;
--black-700: #15699D;
--black-800: #0F4B70;
--black-900: #0A3048;
--black-950: #061E2D;
}