Teal

#1284A1

Cyan

Color Codes

All color formats for development

HEX
#1284A1
RGB
rgb(18, 132, 161)
HSL
hsl(192, 80%, 35%)
OKLCH
oklch(0.569 0.101 221.3)
CMYK
cmyk(89%, 18%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

4.34:1

AA AAA

On Black Background

4.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DFF6
200
#C3EE
300
#95E1
400
#5ED1
500
#30C3
600
#16A6
700
#1284
800
#0D5E
900
#083C
950
#0526

Shades

Darker variations

1#107791
2#0E6A81
3#0C5C70
4#0B4F60
5#094250
6#073540
7#052830
8#041A20
9#020D10

Tints

Lighter variations

1#159DBE
2#18B5DC
3#2EC3E8
4#4CCBEB
5#6AD4EE
6#88DDF2
7#A5E5F5
8#C3EEF8
9#E1F6FC

Tones

Muted variations

1#19809A
2#207C92
3#27778B
4#2E7384
5#366F7D
6#3D6A76
7#44666F
8#4B6268
9#525E60

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF6
#DFF6FB
Light backgroundsTable row hoverSkeleton loading
200
C3EE
#C3EEF8
Secondary backgroundsInput backgroundsDividers
300
95E1
#95E1F3
BordersInactive statesPlaceholder text
400
5ED1
#5ED1ED
Disabled statesSecondary iconsMuted text
500
30C3
#30C3E8
Primary brand colorCTAsActive elementsLinks
600
16A6
#16A6CA
Hover statesFocus ringsPrimary buttons hover
700
1284
#1284A1
Active/pressed statesDark mode accentsSecondary text
800
0D5E
#0D5E73
Text on light backgroundsHeadingsStrong borders
900
083C
#083C49
Primary textHigh emphasis contentDark headings
950
0526
#05262E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFD;
  --teal-100: #DFF6FB;
  --teal-200: #C3EEF8;
  --teal-300: #95E1F3;
  --teal-400: #5ED1ED;
  --teal-500: #30C3E8;
  --teal-600: #16A6CA;
  --teal-700: #1284A1;
  --teal-800: #0D5E73;
  --teal-900: #083C49;
  --teal-950: #05262E;
}
Generate More ShadesCreate PaletteConvert Color