Teal

#0B5E75

Cyan

Color Codes

All color formats for development

HEX
#0B5E75
RGB
rgb(11, 94, 117)
HSL
hsl(193, 83%, 25%)
OKLCH
oklch(0.448 0.08 223)
CMYK
cmyk(91%, 20%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

7.31:1

AA AAA

On Black Background

2.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DEF6
200
#C2ED
300
#94E0
400
#5CD0
500
#2DC2
600
#13A5
700
#0F83
800
#0B5E
900
#073C
950
#0425

Shades

Darker variations

1#0A5469
2#094B5D
3#084252
4#073846
5#052F3A
6#04252F
7#031C23
8#021317
9#01090C

Tints

Lighter variations

1#0E7A98
2#1196BB
3#15B2DE
4#2DC2EB
5#50CCEF
6#73D6F2
7#96E1F5
8#B9EBF8
9#DCF5FC

Tones

Muted variations

1#105B6F
2#15586A
3#1B5565
4#20525F
5#254F5A
6#2B4C55
7#304950
8#35464A
9#3A4345

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF6
#DEF6FC
Light backgroundsTable row hoverSkeleton loading
200
C2ED
#C2EDF9
Secondary backgroundsInput backgroundsDividers
300
94E0
#94E0F5
BordersInactive statesPlaceholder text
400
5CD0
#5CD0F0
Disabled statesSecondary iconsMuted text
500
2DC2
#2DC2EB
Primary brand colorCTAsActive elementsLinks
600
13A5
#13A5CD
Hover statesFocus ringsPrimary buttons hover
700
0F83
#0F83A3
Active/pressed statesDark mode accentsSecondary text
800
0B5E
#0B5E75
Text on light backgroundsHeadingsStrong borders
900
073C
#073C4B
Primary textHigh emphasis contentDark headings
950
0425
#04252F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FBFE;
  --teal-100: #DEF6FC;
  --teal-200: #C2EDF9;
  --teal-300: #94E0F5;
  --teal-400: #5CD0F0;
  --teal-500: #2DC2EB;
  --teal-600: #13A5CD;
  --teal-700: #0F83A3;
  --teal-800: #0B5E75;
  --teal-900: #073C4B;
  --teal-950: #04252F;
}
Generate More ShadesCreate PaletteConvert Color