Cyan

#1DCFFC

Cyan

Color Codes

All color formats for development

HEX
#1DCFFC
RGB
rgb(29, 207, 252)
HSL
hsl(192, 97%, 55%)
OKLCH
oklch(0.793 0.142 221.6)
CMYK
cmyk(88%, 18%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BEF1
300
#8BE6
400
#4FDA
500
#1DCF
600
#03B2
700
#038D
800
#0265
900
#0141
950
#0128

Shades

Darker variations

1#04C8F9
2#03B2DD
3#039BC1
4#0385A6
5#026F8A
6#02596F
7#014353
8#012C37
9#00161C

Tints

Lighter variations

1#34D4FC
2#4AD9FC
3#61DDFD
4#77E2FD
5#8EE7FD
6#A5ECFE
7#BBF1FE
8#D2F5FE
9#E8FAFF

Tones

Muted variations

1#28C8F0
2#33C2E5
3#3EBBDA
4#49B4CF
5#55AEC4
6#60A7B9
7#6BA0AE
8#769AA3
9#819397

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF8
#DCF8FE
Light backgroundsTable row hoverSkeleton loading
200
BEF1
#BEF1FE
Secondary backgroundsInput backgroundsDividers
300
8BE6
#8BE6FD
BordersInactive statesPlaceholder text
400
4FDA
#4FDAFC
Disabled statesSecondary iconsMuted text
500
1DCF
#1DCFFC
Primary brand colorCTAsActive elementsLinks
600
03B2
#03B2DD
Hover statesFocus ringsPrimary buttons hover
700
038D
#038DB0
Active/pressed statesDark mode accentsSecondary text
800
0265
#02657E
Text on light backgroundsHeadingsStrong borders
900
0141
#014150
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FCFF;
  --cyan-100: #DCF8FE;
  --cyan-200: #BEF1FE;
  --cyan-300: #8BE6FD;
  --cyan-400: #4FDAFC;
  --cyan-500: #1DCFFC;
  --cyan-600: #03B2DD;
  --cyan-700: #038DB0;
  --cyan-800: #02657E;
  --cyan-900: #014150;
  --cyan-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color