Black
#0A2729
CyanColor Codes
All color formats for development
HEX
#0A2729RGB
rgb(10, 39, 41)HSL
hsl(184, 61%, 10%)OKLCH
oklch(0.252 0.034 201.5)CMYK
cmyk(76%, 5%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092325
2#081F21
3#071B1D
4#061719
5#051315
6#041010
7#030C0C
8#020808
9#010404
Tints
Lighter variations
1#134A4E
2#1C6D73
3#259098
4#2EB3BD
5#46C9D2
6#6BD4DB
7#90DFE4
8#B5E9ED
9#DAF4F6
Tones
Muted variations
1#0C2627
2#0D2426
3#0F2324
4#102223
5#122021
6#131F20
7#151E1E
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 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEF #CAEFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E3 #A1E3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD5 #6FD5DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C9 #46C9D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAC #2CACB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2388 #238890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1961 #196167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103E #103E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3FBFC;
--black-100: #E2F7F8;
--black-200: #CAEFF2;
--black-300: #A1E3E8;
--black-400: #6FD5DC;
--black-500: #46C9D2;
--black-600: #2CACB5;
--black-700: #238890;
--black-800: #196167;
--black-900: #103E42;
--black-950: #0A2729;
}