Teal

#0F6A70

Cyan

Color Codes

All color formats for development

HEX
#0F6A70
RGB
rgb(15, 106, 112)
HSL
hsl(184, 76%, 25%)
OKLCH
oklch(0.479 0.078 202)
CMYK
cmyk(87%, 5%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.33: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
#F2FC
100
#E0F9
200
#C5F4
300
#98EB
400
#62E1
500
#35D8
600
#1BBA
700
#1594
800
#0F6A
900
#0A44
950
#062A

Shades

Darker variations

1#0E5F65
2#0C555A
3#0B4A4F
4#093F43
5#083538
6#062A2D
7#052022
8#031516
9#020B0B

Tints

Lighter variations

1#148992
2#18A9B4
3#1DC9D5
4#35D8E3
5#57DEE8
6#78E5ED
7#9AEBF1
8#BCF2F6
9#DDF8FA

Tones

Muted variations

1#14666B
2#196167
3#1E5D62
4#23595D
5#285558
6#2C5153
7#314C4E
8#364849
9#3B4445

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F9
#E0F9FB
Light backgroundsTable row hoverSkeleton loading
200
C5F4
#C5F4F7
Secondary backgroundsInput backgroundsDividers
300
98EB
#98EBF1
BordersInactive statesPlaceholder text
400
62E1
#62E1EA
Disabled statesSecondary iconsMuted text
500
35D8
#35D8E3
Primary brand colorCTAsActive elementsLinks
600
1BBA
#1BBAC5
Hover statesFocus ringsPrimary buttons hover
700
1594
#15949D
Active/pressed statesDark mode accentsSecondary text
800
0F6A
#0F6A70
Text on light backgroundsHeadingsStrong borders
900
0A44
#0A4448
Primary textHigh emphasis contentDark headings
950
062A
#062A2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFD;
  --teal-100: #E0F9FB;
  --teal-200: #C5F4F7;
  --teal-300: #98EBF1;
  --teal-400: #62E1EA;
  --teal-500: #35D8E3;
  --teal-600: #1BBAC5;
  --teal-700: #15949D;
  --teal-800: #0F6A70;
  --teal-900: #0A4448;
  --teal-950: #062A2D;
}
Generate More ShadesCreate PaletteConvert Color