Teal

#09AAAA

Cyan

Color Codes

All color formats for development

HEX
#09AAAA
RGB
rgb(9, 170, 170)
HSL
hsl(180, 90%, 35%)
OKLCH
oklch(0.669 0.113 194.8)
CMYK
cmyk(95%, 0%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.86:1

AA AAA

On Black Background

7.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#089999
2#078888
3#067777
4#056666
5#045555
6#044444
7#033333
8#022222
9#011111

Tints

Lighter variations

1#0BC9C9
2#0CE9E9
3#23F3F3
4#42F5F5
5#62F7F7
6#81F8F8
7#A1FAFA
8#C0FCFC
9#E0FDFD

Tones

Muted variations

1#11A2A2
2#199A9A
3#219191
4#298989
5#318181
6#397979
7#417171
8#496969
9#516161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFD
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCFC
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9F9
BordersInactive statesPlaceholder text
400
55F6
#55F6F6
Disabled statesSecondary iconsMuted text
500
25F4
#25F4F4
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5D5
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AAAA
Active/pressed statesDark mode accentsSecondary text
800
0679
#067979
Text on light backgroundsHeadingsStrong borders
900
044E
#044E4E
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFE;
  --teal-100: #DDFDFD;
  --teal-200: #C0FCFC;
  --teal-300: #90F9F9;
  --teal-400: #55F6F6;
  --teal-500: #25F4F4;
  --teal-600: #0BD5D5;
  --teal-700: #09AAAA;
  --teal-800: #067979;
  --teal-900: #044E4E;
  --teal-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color