Teal

#009BB3

Cyan

Color Codes

All color formats for development

HEX
#009BB3
RGB
rgb(0, 155, 179)
HSL
hsl(188, 100%, 35%)
OKLCH
oklch(0.634 0.111 213.8)
CMYK
cmyk(100%, 13%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

3.31:1

AA AAA

On Black Background

6.34: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#008BA1
2#007C8F
3#006C7D
4#005D6B
5#004D59
6#003E47
7#002E36
8#001F24
9#000F12

Tints

Lighter variations

1#00B7D4
2#00D4F5
3#17E0FF
4#38E4FF
5#59E9FF
6#7AEDFF
7#9CF2FF
8#BDF6FF
9#DEFBFF

Tones

Muted variations

1#0994AA
2#128EA1
3#1B8798
4#24818F
5#2D7A86
6#36737D
7#3E6D74
8#47666B
9#506062

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