Teal

#18879A

Cyan

Color Codes

All color formats for development

HEX
#18879A
RGB
rgb(24, 135, 154)
HSL
hsl(189, 73%, 35%)
OKLCH
oklch(0.575 0.095 212.8)
CMYK
cmyk(84%, 12%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

4.22:1

AA AAA

On Black Background

4.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E0F6
200
#C6EF
300
#9AE2
400
#65D3
500
#38C7
600
#1EAA
700
#1887
800
#1160
900
#0B3E
950
#0727

Shades

Darker variations

1#16798B
2#136C7C
3#115E6C
4#0E515D
5#0C434D
6#0A363E
7#07282E
8#051B1F
9#020D0F

Tints

Lighter variations

1#1DA0B7
2#21B9D4
3#36C6E0
4#53CEE4
5#70D6E9
6#8CDFED
7#A9E7F2
8#C6EFF6
9#E2F7FB

Tones

Muted variations

1#1F8294
2#257E8D
3#2C7987
4#327580
5#39707A
6#3F6B73
7#46676D
8#4C6266
9#535E60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F6
#E0F6FA
Light backgroundsTable row hoverSkeleton loading
200
C6EF
#C6EFF6
Secondary backgroundsInput backgroundsDividers
300
9AE2
#9AE2EF
BordersInactive statesPlaceholder text
400
65D3
#65D3E7
Disabled statesSecondary iconsMuted text
500
38C7
#38C7E0
Primary brand colorCTAsActive elementsLinks
600
1EAA
#1EAAC2
Hover statesFocus ringsPrimary buttons hover
700
1887
#18879A
Active/pressed statesDark mode accentsSecondary text
800
1160
#11606E
Text on light backgroundsHeadingsStrong borders
900
0B3E
#0B3E47
Primary textHigh emphasis contentDark headings
950
0727
#07272C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FBFD;
  --teal-100: #E0F6FA;
  --teal-200: #C6EFF6;
  --teal-300: #9AE2EF;
  --teal-400: #65D3E7;
  --teal-500: #38C7E0;
  --teal-600: #1EAAC2;
  --teal-700: #18879A;
  --teal-800: #11606E;
  --teal-900: #0B3E47;
  --teal-950: #07272C;
}
Generate More ShadesCreate PaletteConvert Color