Teal

#128EA1

Cyan

Color Codes

All color formats for development

HEX
#128EA1
RGB
rgb(18, 142, 161)
HSL
hsl(188, 80%, 35%)
OKLCH
oklch(0.595 0.1 211.7)
CMYK
cmyk(89%, 12%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.88:1

AA AAA

On Black Background

5.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF8
200
#C3F1
300
#95E7
400
#5EDA
500
#30D0
600
#16B2
700
#128E
800
#0D65
900
#0841
950
#0528

Shades

Darker variations

1#107F91
2#0E7181
3#0C6370
4#0B5560
5#094750
6#073940
7#052A30
8#041C20
9#020E10

Tints

Lighter variations

1#15A8BE
2#18C2DC
3#2ECFE8
4#4CD6EB
5#6ADDEE
6#88E4F2
7#A5EAF5
8#C3F1F8
9#E1F8FC

Tones

Muted variations

1#19889A
2#208392
3#277E8B
4#2E7984
5#36737D
6#3D6E76
7#44696F
8#4B6468
9#525E60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF8
#DFF8FB
Light backgroundsTable row hoverSkeleton loading
200
C3F1
#C3F1F8
Secondary backgroundsInput backgroundsDividers
300
95E7
#95E7F3
BordersInactive statesPlaceholder text
400
5EDA
#5EDAED
Disabled statesSecondary iconsMuted text
500
30D0
#30D0E8
Primary brand colorCTAsActive elementsLinks
600
16B2
#16B2CA
Hover statesFocus ringsPrimary buttons hover
700
128E
#128EA1
Active/pressed statesDark mode accentsSecondary text
800
0D65
#0D6573
Text on light backgroundsHeadingsStrong borders
900
0841
#084149
Primary textHigh emphasis contentDark headings
950
0528
#05282E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FCFD;
  --teal-100: #DFF8FB;
  --teal-200: #C3F1F8;
  --teal-300: #95E7F3;
  --teal-400: #5EDAED;
  --teal-500: #30D0E8;
  --teal-600: #16B2CA;
  --teal-700: #128EA1;
  --teal-800: #0D6573;
  --teal-900: #084149;
  --teal-950: #05282E;
}
Generate More ShadesCreate PaletteConvert Color