Teal

#04AEAE

Cyan

Color Codes

All color formats for development

HEX
#04AEAE
RGB
rgb(4, 174, 174)
HSL
hsl(180, 96%, 35%)
OKLCH
oklch(0.68 0.116 194.8)
CMYK
cmyk(98%, 0%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.74:1

AA AAA

On Black Background

7.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#039D9D
2#038C8C
3#027A7A
4#026969
5#025757
6#014646
7#013434
8#012323
9#001111

Tints

Lighter variations

1#04CFCF
2#05F0F0
3#1CFAFA
4#3CFBFB
5#5DFCFC
6#7DFCFC
7#9EFDFD
8#BEFEFE
9#DFFEFE

Tones

Muted variations

1#0CA6A6
2#159E9E
3#1D9595
4#268D8D
5#2E8484
6#377C7C
7#407373
8#486A6A
9#516262

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFE
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEFE
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDFD
BordersInactive statesPlaceholder text
400
50FB
#50FBFB
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAFA
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DCDC
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AFAF
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D7D
Text on light backgroundsHeadingsStrong borders
900
0250
#025050
Primary textHigh emphasis contentDark headings
950
0132
#013232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFF;
  --teal-100: #DCFEFE;
  --teal-200: #BEFEFE;
  --teal-300: #8CFDFD;
  --teal-400: #50FBFB;
  --teal-500: #1EFAFA;
  --teal-600: #04DCDC;
  --teal-700: #04AFAF;
  --teal-800: #037D7D;
  --teal-900: #025050;
  --teal-950: #013232;
}
Generate More ShadesCreate PaletteConvert Color