Teal

#03B08D

Cyan

Color Codes

All color formats for development

HEX
#03B08D
RGB
rgb(3, 176, 141)
HSL
hsl(168, 97%, 35%)
OKLCH
oklch(0.675 0.131 171.8)
CMYK
cmyk(98%, 0%, 20%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.76:1

AA AAA

On Black Background

7.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#029E7F
2#028D71
3#027B63
4#026955
5#015847
6#014638
7#01352A
8#01231C
9#00120E

Tints

Lighter variations

1#03D0A7
2#04F1C2
3#1AFCCF
4#3BFCD5
5#5CFDDC
6#7CFDE3
7#9DFEEA
8#BEFEF1
9#DEFFF8

Tones

Muted variations

1#0BA788
2#149F83
3#1D967E
4#258D78
5#2E8573
6#377C6E
7#3F7369
8#486B64
9#51625E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF8
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF1
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDE6
BordersInactive statesPlaceholder text
400
4FFC
#4FFCDA
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCCF
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DDB2
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B08D
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E65
Text on light backgroundsHeadingsStrong borders
900
0150
#015041
Primary textHigh emphasis contentDark headings
950
0132
#013228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF8;
  --teal-200: #BEFEF1;
  --teal-300: #8BFDE6;
  --teal-400: #4FFCDA;
  --teal-500: #1DFCCF;
  --teal-600: #03DDB2;
  --teal-700: #03B08D;
  --teal-800: #027E65;
  --teal-900: #015041;
  --teal-950: #013228;
}
Generate More ShadesCreate PaletteConvert Color