Black

#042F28

Cyan

Color Codes

All color formats for development

HEX
#042F28
RGB
rgb(4, 47, 40)
HSL
hsl(170, 84%, 10%)
OKLCH
oklch(0.275 0.047 179)
CMYK
cmyk(91%, 0%, 15%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.56:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#042A24
2#032620
3#03211C
4#021C18
5#021714
6#021310
7#010E0C
8#010908
9#000504

Tints

Lighter variations

1#08594C
2#0B836F
3#0FAE93
4#13D8B7
5#2CEDCD
6#56F0D7
7#80F4E1
8#ABF8EB
9#D5FBF5

Tones

Muted variations

1#062D26
2#082B25
3#0B2823
4#0D2622
5#0F2421
6#11221F
7#13201E
8#151E1C
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF7
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAF0
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6E5
BordersInactive statesPlaceholder text
400
5BF1
#5BF1D8
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDCD
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CEAF
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA48B
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7563
Text on light backgroundsHeadingsStrong borders
900
074B
#074B40
Primary textHigh emphasis contentDark headings
950
042F
#042F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FEFC;
  --black-100: #DEFCF7;
  --black-200: #C2FAF0;
  --black-300: #93F6E5;
  --black-400: #5BF1D8;
  --black-500: #2CEDCD;
  --black-600: #12CEAF;
  --black-700: #0EA48B;
  --black-800: #0A7563;
  --black-900: #074B40;
  --black-950: #042F28;
}
Generate More ShadesCreate PaletteConvert Color