Black
#0A2229
CyanColor Codes
All color formats for development
HEX
#0A2229RGB
rgb(10, 34, 41)HSL
hsl(194, 61%, 10%)OKLCH
oklch(0.237 0.032 219.9)CMYK
cmyk(76%, 17%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091E25
2#081B21
3#07181D
4#061419
5#051115
6#040E10
7#030A0C
8#020708
9#010304
Tints
Lighter variations
1#13404E
2#1C5F73
3#257D98
4#2E9BBD
5#46B2D2
6#6BC1DB
7#90D1E4
8#B5E0ED
9#DAF0F6
Tones
Muted variations
1#0C2127
2#0D2026
3#0F1F24
4#101E23
5#121E21
6#131D20
7#151C1E
8#161B1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FAFC;
--black-100: #E2F3F8;
--black-200: #CAE9F2;
--black-300: #A1D7E8;
--black-400: #6FC3DC;
--black-500: #46B2D2;
--black-600: #2C95B5;
--black-700: #237690;
--black-800: #195467;
--black-900: #103642;
--black-950: #0A2229;
}