Teal

#027E69

Cyan

Color Codes

All color formats for development

HEX
#027E69
RGB
rgb(2, 126, 105)
HSL
hsl(170, 97%, 25%)
OKLCH
oklch(0.53 0.099 175.5)
CMYK
cmyk(98%, 0%, 17%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.01:1

AA AAA

On Black Background

4.19: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#02715E
2#026454
3#015849
4#014B3F
5#013F34
6#01322A
7#01261F
8#001915
9#000D0A

Tints

Lighter variations

1#02A388
2#03C9A8
3#04EFC7
4#1DFCD6
5#43FCDD
6#68FDE4
7#8EFDEB
8#B4FEF1
9#D9FEF8

Tones

Muted variations

1#087765
2#0E7161
3#146B5D
4#1B6558
5#215F54
6#275850
7#2D524C
8#334C48
9#3A4644

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF9
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF3
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDEA
BordersInactive statesPlaceholder text
400
4FFC
#4FFCDF
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCD6
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DDB9
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B093
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E69
Text on light backgroundsHeadingsStrong borders
900
0150
#015043
Primary textHigh emphasis contentDark headings
950
0132
#01322A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FFFC;
  --teal-100: #DCFEF9;
  --teal-200: #BEFEF3;
  --teal-300: #8BFDEA;
  --teal-400: #4FFCDF;
  --teal-500: #1DFCD6;
  --teal-600: #03DDB9;
  --teal-700: #03B093;
  --teal-800: #027E69;
  --teal-900: #015043;
  --teal-950: #01322A;
}
Generate More ShadesCreate PaletteConvert Color