Black
#0A2629
CyanColor Codes
All color formats for development
HEX
#0A2629RGB
rgb(10, 38, 41)HSL
hsl(186, 61%, 10%)OKLCH
oklch(0.249 0.034 205)CMYK
cmyk(76%, 7%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092225
2#081E21
3#071B1D
4#061719
5#051315
6#040F10
7#030B0C
8#020808
9#010404
Tints
Lighter variations
1#13484E
2#1C6A73
3#258C98
4#2EAFBD
5#46C4D2
6#6BD0DB
7#90DCE4
8#B5E7ED
9#DAF3F6
Tones
Muted variations
1#0C2527
2#0D2326
3#0F2224
4#102123
5#122021
6#131E20
7#151D1E
8#161C1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E2F6F8;
--black-200: #CAEEF2;
--black-300: #A1E1E8;
--black-400: #6FD1DC;
--black-500: #46C4D2;
--black-600: #2CA7B5;
--black-700: #238590;
--black-800: #195F67;
--black-900: #103D42;
--black-950: #0A2629;
}