Cyan

#0DD3B5

Cyan

Color Codes

All color formats for development

HEX
#0DD3B5
RGB
rgb(13, 211, 181)
HSL
hsl(171, 88%, 44%)
OKLCH
oklch(0.776 0.142 177.4)
CMYK
cmyk(94%, 0%, 14%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0CBEA3
2#0BA991
3#09947F
4#087F6D
5#07695B
6#055449
7#043F36
8#032A24
9#011512

Tints

Lighter variations

1#0FEECC
2#28F1D3
3#43F3D9
4#5EF5DE
5#79F6E4
6#94F8E9
7#AEFAEF
8#C9FCF4
9#E4FDFA

Tones

Muted variations

1#17C9AE
2#21BFA7
3#2BB5A1
4#35AB9A
5#3FA293
6#49988C
7#538E85
8#5C847E
9#667A77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBF2
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8E8
BordersInactive statesPlaceholder text
400
57F4
#57F4DD
Disabled statesSecondary iconsMuted text
500
27F1
#27F1D3
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3B5
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA890
Active/pressed statesDark mode accentsSecondary text
800
0878
#087867
Text on light backgroundsHeadingsStrong borders
900
054D
#054D42
Primary textHigh emphasis contentDark headings
950
0330
#033029
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FEFC;
  --cyan-100: #DDFDF8;
  --cyan-200: #C1FBF2;
  --cyan-300: #91F8E8;
  --cyan-400: #57F4DD;
  --cyan-500: #27F1D3;
  --cyan-600: #0DD3B5;
  --cyan-700: #0BA890;
  --cyan-800: #087867;
  --cyan-900: #054D42;
  --cyan-950: #033029;
}
Generate More ShadesCreate PaletteConvert Color