Cyan

#00D5E0

Cyan

Color Codes

All color formats for development

HEX
#00D5E0
RGB
rgb(0, 213, 224)
HSL
hsl(183, 100%, 44%)
OKLCH
oklch(0.794 0.135 201.4)
CMYK
cmyk(100%, 5%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DBFD
200
#BDFC
300
#8AF9
400
#4DF6
500
#1AF4
600
#00D5
700
#00AA
800
#0079
900
#004E
950
#0030

Shades

Darker variations

1#00C0CA
2#00ABB4
3#00959D
4#008087
5#006B70
6#00555A
7#004043
8#002B2D
9#001516

Tints

Lighter variations

1#00F0FD
2#1BF4FF
3#37F5FF
4#54F6FF
5#70F8FF
6#8DF9FF
7#A9FBFF
8#C6FCFF
9#E2FEFF

Tones

Muted variations

1#0BCBD5
2#16C1CA
3#22B7BF
4#2DADB4
5#38A3A8
6#43999D
7#4F8E92
8#5A8487
9#657A7B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFD
#DBFDFF
Light backgroundsTable row hoverSkeleton loading
200
BDFC
#BDFCFF
Secondary backgroundsInput backgroundsDividers
300
8AF9
#8AF9FF
BordersInactive statesPlaceholder text
400
4DF6
#4DF6FF
Disabled statesSecondary iconsMuted text
500
1AF4
#1AF4FF
Primary brand colorCTAsActive elementsLinks
600
00D5
#00D5E0
Hover statesFocus ringsPrimary buttons hover
700
00AA
#00AAB3
Active/pressed statesDark mode accentsSecondary text
800
0079
#007980
Text on light backgroundsHeadingsStrong borders
900
004E
#004E52
Primary textHigh emphasis contentDark headings
950
0030
#003033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFF;
  --cyan-100: #DBFDFF;
  --cyan-200: #BDFCFF;
  --cyan-300: #8AF9FF;
  --cyan-400: #4DF6FF;
  --cyan-500: #1AF4FF;
  --cyan-600: #00D5E0;
  --cyan-700: #00AAB3;
  --cyan-800: #007980;
  --cyan-900: #004E52;
  --cyan-950: #003033;
}
Generate More ShadesCreate PaletteConvert Color