Teal

#006F80

Cyan

Color Codes

All color formats for development

HEX
#006F80
RGB
rgb(0, 111, 128)
HSL
hsl(188, 100%, 25%)
OKLCH
oklch(0.498 0.087 213)
CMYK
cmyk(100%, 13%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.86:1

AA AAA

On Black Background

3.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFA
200
#BDF6
300
#8AEF
400
#4DE7
500
#1AE0
600
#00C2
700
#009B
800
#006F
900
#0047
950
#002C

Shades

Darker variations

1#006373
2#005866
3#004D59
4#00424D
5#003740
6#002C33
7#002126
8#00161A
9#000B0D

Tints

Lighter variations

1#0090A6
2#00B1CC
3#00D2F2
4#1AE0FF
5#40E5FF
6#66EBFF
7#8CF0FF
8#B3F5FF
9#D9FAFF

Tones

Muted variations

1#066A79
2#0D6573
3#13606C
4#195C66
5#205760
6#265259
7#2D4E53
8#33494D
9#394446

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFA
#DBFAFF
Light backgroundsTable row hoverSkeleton loading
200
BDF6
#BDF6FF
Secondary backgroundsInput backgroundsDividers
300
8AEF
#8AEFFF
BordersInactive statesPlaceholder text
400
4DE7
#4DE7FF
Disabled statesSecondary iconsMuted text
500
1AE0
#1AE0FF
Primary brand colorCTAsActive elementsLinks
600
00C2
#00C2E0
Hover statesFocus ringsPrimary buttons hover
700
009B
#009BB3
Active/pressed statesDark mode accentsSecondary text
800
006F
#006F80
Text on light backgroundsHeadingsStrong borders
900
0047
#004752
Primary textHigh emphasis contentDark headings
950
002C
#002C33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFF;
  --teal-100: #DBFAFF;
  --teal-200: #BDF6FF;
  --teal-300: #8AEFFF;
  --teal-400: #4DE7FF;
  --teal-500: #1AE0FF;
  --teal-600: #00C2E0;
  --teal-700: #009BB3;
  --teal-800: #006F80;
  --teal-900: #004752;
  --teal-950: #002C33;
}
Generate More ShadesCreate PaletteConvert Color