Teal

#03B0B0

Cyan

Color Codes

All color formats for development

HEX
#03B0B0
RGB
rgb(3, 176, 176)
HSL
hsl(180, 97%, 35%)
OKLCH
oklch(0.686 0.117 194.8)
CMYK
cmyk(98%, 0%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.84: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#029E9E
2#028D8D
3#027B7B
4#026969
5#015858
6#014646
7#013535
8#012323
9#001212

Tints

Lighter variations

1#03D0D0
2#04F1F1
3#1AFCFC
4#3BFCFC
5#5CFDFD
6#7CFDFD
7#9DFEFE
8#BEFEFE
9#DEFFFF

Tones

Muted variations

1#0BA7A7
2#149F9F
3#1D9696
4#258D8D
5#2E8585
6#377C7C
7#3F7373
8#486B6B
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
8BFD
#8BFDFD
BordersInactive statesPlaceholder text
400
4FFC
#4FFCFC
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCFC
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DDDD
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B0B0
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E7E
Text on light backgroundsHeadingsStrong borders
900
0150
#015050
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: #8BFDFD;
  --teal-400: #4FFCFC;
  --teal-500: #1DFCFC;
  --teal-600: #03DDDD;
  --teal-700: #03B0B0;
  --teal-800: #027E7E;
  --teal-900: #015050;
  --teal-950: #013232;
}
Generate More ShadesCreate PaletteConvert Color