Teal

#02697E

Cyan

Color Codes

All color formats for development

HEX
#02697E
RGB
rgb(2, 105, 126)
HSL
hsl(190, 97%, 25%)
OKLCH
oklch(0.481 0.086 218)
CMYK
cmyk(98%, 17%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

6.32:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF9
200
#BEF3
300
#8BEA
400
#4FDF
500
#1DD6
600
#03B9
700
#0393
800
#0269
900
#0143
950
#012A

Shades

Darker variations

1#025E71
2#025464
3#014958
4#013F4B
5#01343F
6#012A32
7#011F26
8#001519
9#000A0D

Tints

Lighter variations

1#0288A3
2#03A8C9
3#04C7EF
4#1DD6FC
5#43DDFC
6#68E4FD
7#8EEBFD
8#B4F1FE
9#D9F8FE

Tones

Muted variations

1#086577
2#0E6171
3#145D6B
4#1B5865
5#21545F
6#275058
7#2D4C52
8#33484C
9#3A4446

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF9
#DCF9FE
Light backgroundsTable row hoverSkeleton loading
200
BEF3
#BEF3FE
Secondary backgroundsInput backgroundsDividers
300
8BEA
#8BEAFD
BordersInactive statesPlaceholder text
400
4FDF
#4FDFFC
Disabled statesSecondary iconsMuted text
500
1DD6
#1DD6FC
Primary brand colorCTAsActive elementsLinks
600
03B9
#03B9DD
Hover statesFocus ringsPrimary buttons hover
700
0393
#0393B0
Active/pressed statesDark mode accentsSecondary text
800
0269
#02697E
Text on light backgroundsHeadingsStrong borders
900
0143
#014350
Primary textHigh emphasis contentDark headings
950
012A
#012A32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FCFF;
  --teal-100: #DCF9FE;
  --teal-200: #BEF3FE;
  --teal-300: #8BEAFD;
  --teal-400: #4FDFFC;
  --teal-500: #1DD6FC;
  --teal-600: #03B9DD;
  --teal-700: #0393B0;
  --teal-800: #02697E;
  --teal-900: #014350;
  --teal-950: #012A32;
}
Generate More ShadesCreate PaletteConvert Color