Teal

#065F7A

Cyan

Color Codes

All color formats for development

HEX
#065F7A
RGB
rgb(6, 95, 122)
HSL
hsl(194, 91%, 25%)
OKLCH
oklch(0.453 0.085 226.2)
CMYK
cmyk(95%, 22%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

7.18:1

AA AAA

On Black Background

2.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DDF6
200
#C0EE
300
#8FE1
400
#55D1
500
#24C4
600
#0AA7
700
#0885
800
#065F
900
#043D
950
#0226

Shades

Darker variations

1#05556E
2#054C61
3#044255
4#033949
5#032F3D
6#022631
7#021C25
8#011318
9#01090C

Tints

Lighter variations

1#077B9E
2#0998C3
3#0BB4E7
4#24C4F5
5#48CEF6
6#6DD8F8
7#91E1FA
8#B6EBFC
9#DAF5FD

Tones

Muted variations

1#0C5C74
2#11596E
3#175568
4#1D5263
5#234F5D
6#294C57
7#2E4951
8#34464B
9#3A4346

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FD
Light backgroundsTable row hoverSkeleton loading
200
C0EE
#C0EEFC
Secondary backgroundsInput backgroundsDividers
300
8FE1
#8FE1FA
BordersInactive statesPlaceholder text
400
55D1
#55D1F7
Disabled statesSecondary iconsMuted text
500
24C4
#24C4F5
Primary brand colorCTAsActive elementsLinks
600
0AA7
#0AA7D6
Hover statesFocus ringsPrimary buttons hover
700
0885
#0885AA
Active/pressed statesDark mode accentsSecondary text
800
065F
#065F7A
Text on light backgroundsHeadingsStrong borders
900
043D
#043D4E
Primary textHigh emphasis contentDark headings
950
0226
#022631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FBFE;
  --teal-100: #DDF6FD;
  --teal-200: #C0EEFC;
  --teal-300: #8FE1FA;
  --teal-400: #55D1F7;
  --teal-500: #24C4F5;
  --teal-600: #0AA7D6;
  --teal-700: #0885AA;
  --teal-800: #065F7A;
  --teal-900: #043D4E;
  --teal-950: #022631;
}
Generate More ShadesCreate PaletteConvert Color