Black
#002733
CyanColor Codes
All color formats for development
HEX
#002733RGB
rgb(0, 39, 51)HSL
hsl(194, 100%, 10%)OKLCH
oklch(0.253 0.047 223.5)CMYK
cmyk(100%, 24%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00232E
2#001F29
3#001B24
4#00171F
5#00141A
6#001014
7#000C0F
8#00080A
9#000405
Tints
Lighter variations
1#004A61
2#006D8F
3#0091BD
4#00B4EB
5#1AC9FF
6#47D4FF
7#75DFFF
8#A3EAFF
9#D1F4FF
Tones
Muted variations
1#032630
2#05242E
3#08232B
4#0A2229
5#0D2026
6#0F1F24
7#121E21
8#141C1F
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0FBFF;
--black-100: #DBF7FF;
--black-200: #BDF0FF;
--black-300: #8AE4FF;
--black-400: #4DD5FF;
--black-500: #1AC9FF;
--black-600: #00ACE0;
--black-700: #0089B3;
--black-800: #006280;
--black-900: #003F52;
--black-950: #002733;
}