Teal

#1D7C96

Cyan

Color Codes

All color formats for development

HEX
#1D7C96
RGB
rgb(29, 124, 150)
HSL
hsl(193, 68%, 35%)
OKLCH
oklch(0.546 0.092 221.2)
CMYK
cmyk(81%, 17%, 0%, 41%)

Accessibility

WCAG contrast compliance

On White Background

4.80:1

AA AAA

On Black Background

4.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F4
200
#C7EB
300
#9CDB
400
#69C8
500
#3EB8
600
#249B
700
#1D7C
800
#1458
900
#0D39
950
#0823

Shades

Darker variations

1#1A6F87
2#176378
3#145769
4#114A5A
5#0E3E4B
6#0B313C
7#09252D
8#06191E
9#030C0F

Tints

Lighter variations

1#2293B2
2#27AACE
3#3CB8DA
4#58C2DF
5#74CCE4
6#90D6EA
7#ABE0EF
8#C7EBF4
9#E3F5FA

Tones

Muted variations

1#237890
2#29758A
3#2F7184
4#356E7E
5#3B6A78
6#416772
7#47646B
8#4D6065
9#535D5F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F4
#E1F4F9
Light backgroundsTable row hoverSkeleton loading
200
C7EB
#C7EBF4
Secondary backgroundsInput backgroundsDividers
300
9CDB
#9CDBEC
BordersInactive statesPlaceholder text
400
69C8
#69C8E2
Disabled statesSecondary iconsMuted text
500
3EB8
#3EB8DA
Primary brand colorCTAsActive elementsLinks
600
249B
#249BBC
Hover statesFocus ringsPrimary buttons hover
700
1D7C
#1D7C96
Active/pressed statesDark mode accentsSecondary text
800
1458
#14586B
Text on light backgroundsHeadingsStrong borders
900
0D39
#0D3945
Primary textHigh emphasis contentDark headings
950
0823
#08232B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FAFD;
  --teal-100: #E1F4F9;
  --teal-200: #C7EBF4;
  --teal-300: #9CDBEC;
  --teal-400: #69C8E2;
  --teal-500: #3EB8DA;
  --teal-600: #249BBC;
  --teal-700: #1D7C96;
  --teal-800: #14586B;
  --teal-900: #0D3945;
  --teal-950: #08232B;
}
Generate More ShadesCreate PaletteConvert Color