Cyan

#1CD3FD

Cyan

Color Codes

All color formats for development

HEX
#1CD3FD
RGB
rgb(28, 211, 253)
HSL
hsl(191, 98%, 55%)
OKLCH
oklch(0.803 0.142 219.6)
CMYK
cmyk(89%, 17%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BDF2
300
#8BE9
400
#4EDD
500
#1CD3
600
#02B6
700
#0291
800
#0167
900
#0142
950
#0129

Shades

Darker variations

1#03CDFA
2#02B6DE
3#029FC2
4#0288A7
5#01728B
6#015B6F
7#014453
8#012D38
9#00171C

Tints

Lighter variations

1#33D8FD
2#49DCFD
3#60E1FD
4#77E5FE
5#8DE9FE
6#A4EEFE
7#BBF2FE
8#D2F6FF
9#E8FBFF

Tones

Muted variations

1#27CCF1
2#32C5E6
3#3EBEDB
4#49B7D0
5#54B0C4
6#5FA9B9
7#6BA2AE
8#769AA3
9#819397

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF8
#DCF8FF
Light backgroundsTable row hoverSkeleton loading
200
BDF2
#BDF2FE
Secondary backgroundsInput backgroundsDividers
300
8BE9
#8BE9FE
BordersInactive statesPlaceholder text
400
4EDD
#4EDDFD
Disabled statesSecondary iconsMuted text
500
1CD3
#1CD3FD
Primary brand colorCTAsActive elementsLinks
600
02B6
#02B6DE
Hover statesFocus ringsPrimary buttons hover
700
0291
#0291B1
Active/pressed statesDark mode accentsSecondary text
800
0167
#01677E
Text on light backgroundsHeadingsStrong borders
900
0142
#014251
Primary textHigh emphasis contentDark headings
950
0129
#012932
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FCFF;
  --cyan-100: #DCF8FF;
  --cyan-200: #BDF2FE;
  --cyan-300: #8BE9FE;
  --cyan-400: #4EDDFD;
  --cyan-500: #1CD3FD;
  --cyan-600: #02B6DE;
  --cyan-700: #0291B1;
  --cyan-800: #01677E;
  --cyan-900: #014251;
  --cyan-950: #012932;
}
Generate More ShadesCreate PaletteConvert Color