Teal

#0CA783

Cyan

Color Codes

All color formats for development

HEX
#0CA783
RGB
rgb(12, 167, 131)
HSL
hsl(166, 87%, 35%)
OKLCH
oklch(0.649 0.126 170.1)
CMYK
cmyk(93%, 0%, 22%, 35%)

Accessibility

WCAG contrast compliance

On White Background

3.06:1

AA AAA

On Black Background

6.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFD
200
#C1FB
300
#91F7
400
#58F3
500
#28F0
600
#0FD2
700
#0CA7
800
#0877
900
#054C
950
#0330

Shades

Darker variations

1#0A9676
2#098669
3#08755B
4#07644E
5#065341
6#054334
7#033227
8#02211A
9#01110D

Tints

Lighter variations

1#0EC69B
2#10E5B3
3#26F0C1
4#45F2CA
5#64F4D3
6#83F6DB
7#A2F9E4
8#C1FBED
9#E0FDF6

Tones

Muted variations

1#139F7F
2#1B977A
3#239076
4#2B8872
5#32806E
6#3A786A
7#427166
8#4A6962
9#51615D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DEFD
#DEFDF5
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBED
Secondary backgroundsInput backgroundsDividers
300
91F7
#91F7E0
BordersInactive statesPlaceholder text
400
58F3
#58F3CF
Disabled statesSecondary iconsMuted text
500
28F0
#28F0C1
Primary brand colorCTAsActive elementsLinks
600
0FD2
#0FD2A4
Hover statesFocus ringsPrimary buttons hover
700
0CA7
#0CA783
Active/pressed statesDark mode accentsSecondary text
800
0877
#08775D
Text on light backgroundsHeadingsStrong borders
900
054C
#054C3C
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FEFB;
  --teal-100: #DEFDF5;
  --teal-200: #C1FBED;
  --teal-300: #91F7E0;
  --teal-400: #58F3CF;
  --teal-500: #28F0C1;
  --teal-600: #0FD2A4;
  --teal-700: #0CA783;
  --teal-800: #08775D;
  --teal-900: #054C3C;
  --teal-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color