Cyan

#2DD2EB

Cyan

Color Codes

All color formats for development

HEX
#2DD2EB
RGB
rgb(45, 210, 235)
HSL
hsl(188, 83%, 55%)
OKLCH
oklch(0.795 0.13 210.8)
CMYK
cmyk(81%, 11%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.82:1

AA AAA

On Black Background

11.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DEF8
200
#C2F2
300
#94E8
400
#5CDC
500
#2DD2
600
#13B4
700
#0F90
800
#0B67
900
#0742
950
#0429

Shades

Darker variations

1#15CBE7
2#13B4CD
3#119EB4
4#0E879A
5#0C7180
6#0A5A67
7#07444D
8#052D33
9#02171A

Tints

Lighter variations

1#42D7ED
2#57DBEF
3#6CE0F1
4#81E4F3
5#96E9F5
6#ABEDF7
7#C0F2F9
8#D5F6FB
9#EAFBFD

Tones

Muted variations

1#37CBE2
2#40C4D8
3#4ABDCF
4#53B6C5
5#5DAFBC
6#66A8B2
7#70A1A9
8#799A9F
9#839396

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF8
#DEF8FC
Light backgroundsTable row hoverSkeleton loading
200
C2F2
#C2F2F9
Secondary backgroundsInput backgroundsDividers
300
94E8
#94E8F5
BordersInactive statesPlaceholder text
400
5CDC
#5CDCF0
Disabled statesSecondary iconsMuted text
500
2DD2
#2DD2EB
Primary brand colorCTAsActive elementsLinks
600
13B4
#13B4CD
Hover statesFocus ringsPrimary buttons hover
700
0F90
#0F90A3
Active/pressed statesDark mode accentsSecondary text
800
0B67
#0B6775
Text on light backgroundsHeadingsStrong borders
900
0742
#07424B
Primary textHigh emphasis contentDark headings
950
0429
#04292F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FCFE;
  --cyan-100: #DEF8FC;
  --cyan-200: #C2F2F9;
  --cyan-300: #94E8F5;
  --cyan-400: #5CDCF0;
  --cyan-500: #2DD2EB;
  --cyan-600: #13B4CD;
  --cyan-700: #0F90A3;
  --cyan-800: #0B6775;
  --cyan-900: #07424B;
  --cyan-950: #04292F;
}
Generate More ShadesCreate PaletteConvert Color