Teal

#1A9999

Cyan

Color Codes

All color formats for development

HEX
#1A9999
RGB
rgb(26, 153, 153)
HSL
hsl(180, 71%, 35%)
OKLCH
oklch(0.621 0.101 194.9)
CMYK
cmyk(83%, 0%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

3.47:1

AA AAA

On Black Background

6.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#178989
2#157A7A
3#126B6B
4#105C5C
5#0D4C4C
6#0A3D3D
7#082E2E
8#051F1F
9#030F0F

Tints

Lighter variations

1#1FB5B5
2#23D1D1
3#39DDDD
4#55E2E2
5#71E7E7
6#8EECEC
7#AAF1F1
8#C6F5F5
9#E3FAFA

Tones

Muted variations

1#209292
2#278C8C
3#2D8686
4#337F7F
5#3A7979
6#407373
7#466C6C
8#4D6666
9#536060

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAFA
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5F5
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEEE
BordersInactive statesPlaceholder text
400
66E5
#66E5E5
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDEDE
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C0C0
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9999
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D6D
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4646
Primary textHigh emphasis contentDark headings
950
072C
#072C2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FDFD;
  --teal-100: #E0FAFA;
  --teal-200: #C6F5F5;
  --teal-300: #9BEEEE;
  --teal-400: #66E5E5;
  --teal-500: #3BDEDE;
  --teal-600: #21C0C0;
  --teal-700: #1A9999;
  --teal-800: #126D6D;
  --teal-900: #0C4646;
  --teal-950: #072C2C;
}
Generate More ShadesCreate PaletteConvert Color