Teal

#026F7E

Cyan

Color Codes

All color formats for development

HEX
#026F7E
RGB
rgb(2, 111, 126)
HSL
hsl(187, 97%, 25%)
OKLCH
oklch(0.497 0.086 211.1)
CMYK
cmyk(98%, 12%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.87:1

AA AAA

On Black Background

3.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF7
300
#8BF0
400
#4FE8
500
#1DE2
600
#03C4
700
#039C
800
#026F
900
#0147
950
#012C

Shades

Darker variations

1#026471
2#025964
3#014E58
4#01434B
5#01383F
6#012C32
7#012126
8#001619
9#000B0D

Tints

Lighter variations

1#0291A3
2#03B2C9
3#04D3EF
4#1DE2FC
5#43E6FC
6#68EBFD
7#8EF0FD
8#B4F5FE
9#D9FAFE

Tones

Muted variations

1#086A77
2#0E6671
3#14616B
4#1B5C65
5#21575F
6#275358
7#2D4E52
8#33494C
9#3A4446

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF7
#BEF7FE
Secondary backgroundsInput backgroundsDividers
300
8BF0
#8BF0FD
BordersInactive statesPlaceholder text
400
4FE8
#4FE8FC
Disabled statesSecondary iconsMuted text
500
1DE2
#1DE2FC
Primary brand colorCTAsActive elementsLinks
600
03C4
#03C4DD
Hover statesFocus ringsPrimary buttons hover
700
039C
#039CB0
Active/pressed statesDark mode accentsSecondary text
800
026F
#026F7E
Text on light backgroundsHeadingsStrong borders
900
0147
#014750
Primary textHigh emphasis contentDark headings
950
012C
#012C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FDFF;
  --teal-100: #DCFAFE;
  --teal-200: #BEF7FE;
  --teal-300: #8BF0FD;
  --teal-400: #4FE8FC;
  --teal-500: #1DE2FC;
  --teal-600: #03C4DD;
  --teal-700: #039CB0;
  --teal-800: #026F7E;
  --teal-900: #014750;
  --teal-950: #012C32;
}
Generate More ShadesCreate PaletteConvert Color