Teal

#04AEA0

Cyan

Color Codes

All color formats for development

HEX
#04AEA0
RGB
rgb(4, 174, 160)
HSL
hsl(175, 96%, 35%)
OKLCH
oklch(0.675 0.119 184.8)
CMYK
cmyk(98%, 0%, 8%, 32%)

Accessibility

WCAG contrast compliance

On White Background

2.78:1

AA AAA

On Black Background

7.57: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#039D91
2#038C81
3#027A70
4#026960
5#025750
6#014640
7#013430
8#012320
9#001110

Tints

Lighter variations

1#04CFBE
2#05F0DC
3#1CFAE8
4#3CFBEB
5#5DFCEE
6#7DFCF2
7#9EFDF5
8#BEFEF8
9#DFFEFC

Tones

Muted variations

1#0CA69A
2#159E92
3#1D958B
4#268D84
5#2E847D
6#377C76
7#40736F
8#486A68
9#516260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFB
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF8
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDF3
BordersInactive statesPlaceholder text
400
50FB
#50FBED
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAE8
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DCCA
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AFA1
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D73
Text on light backgroundsHeadingsStrong borders
900
0250
#025049
Primary textHigh emphasis contentDark headings
950
0132
#01322E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFD;
  --teal-100: #DCFEFB;
  --teal-200: #BEFEF8;
  --teal-300: #8CFDF3;
  --teal-400: #50FBED;
  --teal-500: #1EFAE8;
  --teal-600: #04DCCA;
  --teal-700: #04AFA1;
  --teal-800: #037D73;
  --teal-900: #025049;
  --teal-950: #01322E;
}
Generate More ShadesCreate PaletteConvert Color