Black
#012A32
CyanColor Codes
All color formats for development
HEX
#012A32RGB
rgb(1, 42, 50)HSL
hsl(190, 96%, 10%)OKLCH
oklch(0.262 0.045 214.2)CMYK
cmyk(98%, 16%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01262D
2#012128
3#011D23
4#01191E
5#011519
6#001114
7#000D0F
8#00080A
9#000405
Tints
Lighter variations
1#024F5F
2#03758C
3#049BB9
4#05C0E6
5#1ED6FA
6#4BDEFB
7#78E6FC
8#A5EEFD
9#D2F7FE
Tones
Muted variations
1#032830
2#06272D
3#08252B
4#0B2328
5#0D2226
6#102023
7#121E21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEA #8CEAFD | BordersInactive statesPlaceholder text |
| 400 | 50DF #50DFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED6 #1ED6FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04B8 #04B8DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0369 #03697D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FCFF;
--black-100: #DCF9FE;
--black-200: #BEF3FE;
--black-300: #8CEAFD;
--black-400: #50DFFB;
--black-500: #1ED6FA;
--black-600: #04B8DC;
--black-700: #0492AF;
--black-800: #03697D;
--black-900: #024350;
--black-950: #012A32;
}