Cyan

#1CFDD3

Cyan

Color Codes

All color formats for development

HEX
#1CFDD3
RGB
rgb(28, 253, 211)
HSL
hsl(169, 98%, 55%)
OKLCH
oklch(0.889 0.165 174.5)
CMYK
cmyk(89%, 0%, 17%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#03FACD
2#02DEB6
3#02C29F
4#02A788
5#018B72
6#016F5B
7#015344
8#01382D
9#001C17

Tints

Lighter variations

1#33FDD8
2#49FDDC
3#60FDE1
4#77FEE5
5#8DFEE9
6#A4FEEE
7#BBFEF2
8#D2FFF6
9#E8FFFB

Tones

Muted variations

1#27F1CC
2#32E6C5
3#3EDBBE
4#49D0B7
5#54C4B0
6#5FB9A9
7#6BAEA2
8#76A39A
9#819793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF8
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF2
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEE9
BordersInactive statesPlaceholder text
400
4EFD
#4EFDDD
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDD3
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEB6
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B191
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E67
Text on light backgroundsHeadingsStrong borders
900
0151
#015142
Primary textHigh emphasis contentDark headings
950
0132
#013229
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DCFFF8;
  --cyan-200: #BDFEF2;
  --cyan-300: #8BFEE9;
  --cyan-400: #4EFDDD;
  --cyan-500: #1CFDD3;
  --cyan-600: #02DEB6;
  --cyan-700: #02B191;
  --cyan-800: #017E67;
  --cyan-900: #015142;
  --cyan-950: #013229;
}
Generate More ShadesCreate PaletteConvert Color