Teal

#007180

Cyan

Color Codes

All color formats for development

HEX
#007180
RGB
rgb(0, 113, 128)
HSL
hsl(187, 100%, 25%)
OKLCH
oklch(0.503 0.087 210.7)
CMYK
cmyk(100%, 12%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.72:1

AA AAA

On Black Background

3.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFB
200
#BDF7
300
#8AF1
400
#4DEA
500
#1AE4
600
#00C6
700
#009E
800
#0071
900
#0048
950
#002D

Shades

Darker variations

1#006573
2#005A66
3#004F59
4#00444D
5#003840
6#002D33
7#002226
8#00171A
9#000B0D

Tints

Lighter variations

1#0092A6
2#00B4CC
3#00D6F2
4#1AE4FF
5#40E9FF
6#66EDFF
7#8CF2FF
8#B3F6FF
9#D9FBFF

Tones

Muted variations

1#066C79
2#0D6773
3#13626C
4#195D66
5#205860
6#265359
7#2D4E53
8#334A4D
9#394546

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFB
#DBFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF7
#BDF7FF
Secondary backgroundsInput backgroundsDividers
300
8AF1
#8AF1FF
BordersInactive statesPlaceholder text
400
4DEA
#4DEAFF
Disabled statesSecondary iconsMuted text
500
1AE4
#1AE4FF
Primary brand colorCTAsActive elementsLinks
600
00C6
#00C6E0
Hover statesFocus ringsPrimary buttons hover
700
009E
#009EB3
Active/pressed statesDark mode accentsSecondary text
800
0071
#007180
Text on light backgroundsHeadingsStrong borders
900
0048
#004852
Primary textHigh emphasis contentDark headings
950
002D
#002D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFF;
  --teal-100: #DBFBFF;
  --teal-200: #BDF7FF;
  --teal-300: #8AF1FF;
  --teal-400: #4DEAFF;
  --teal-500: #1AE4FF;
  --teal-600: #00C6E0;
  --teal-700: #009EB3;
  --teal-800: #007180;
  --teal-900: #004852;
  --teal-950: #002D33;
}
Generate More ShadesCreate PaletteConvert Color