Teal

#0FA3A3

Cyan

Color Codes

All color formats for development

HEX
#0FA3A3
RGB
rgb(15, 163, 163)
HSL
hsl(180, 83%, 35%)
OKLCH
oklch(0.649 0.109 194.8)
CMYK
cmyk(91%, 0%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

3.09:1

AA AAA

On Black Background

6.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#0E9393
2#0C8383
3#0B7272
4#096262
5#085252
6#064141
7#053131
8#032121
9#021010

Tints

Lighter variations

1#12C2C2
2#15E0E0
3#2BEBEB
4#49EEEE
5#67F1F1
6#86F4F4
7#A4F7F7
8#C2F9F9
9#E1FCFC

Tones

Muted variations

1#179C9C
2#1E9595
3#258D8D
4#2D8686
5#347E7E
6#3C7777
7#436F6F
8#4A6868
9#526161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCFC
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F9
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5F5
BordersInactive statesPlaceholder text
400
5CF0
#5CF0F0
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBEB
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDCD
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA3A3
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7575
Text on light backgroundsHeadingsStrong borders
900
074B
#074B4B
Primary textHigh emphasis contentDark headings
950
042F
#042F2F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFE;
  --teal-100: #DEFCFC;
  --teal-200: #C2F9F9;
  --teal-300: #94F5F5;
  --teal-400: #5CF0F0;
  --teal-500: #2DEBEB;
  --teal-600: #13CDCD;
  --teal-700: #0FA3A3;
  --teal-800: #0B7575;
  --teal-900: #074B4B;
  --teal-950: #042F2F;
}
Generate More ShadesCreate PaletteConvert Color