Cyan

#1CFDC8

Cyan

Color Codes

All color formats for development

HEX
#1CFDC8
RGB
rgb(28, 253, 200)
HSL
hsl(166, 98%, 55%)
OKLCH
oklch(0.886 0.172 170.1)
CMYK
cmyk(89%, 0%, 21%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.93: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#03FAC0
2#02DEAB
3#02C295
4#02A780
5#018B6B
6#016F55
7#015340
8#01382B
9#001C15

Tints

Lighter variations

1#33FDCE
2#49FDD3
3#60FDD9
4#77FEDE
5#8DFEE4
6#A4FEE9
7#BBFEEF
8#D2FFF4
9#E8FFFA

Tones

Muted variations

1#27F1C2
2#32E6BC
3#3EDBB6
4#49D0B0
5#54C4AA
6#5FB9A4
7#6BAE9E
8#76A398
9#819792

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF6
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEEF
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEE3
BordersInactive statesPlaceholder text
400
4EFD
#4EFDD4
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDC8
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEAB
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B188
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E61
Text on light backgroundsHeadingsStrong borders
900
0151
#01513E
Primary textHigh emphasis contentDark headings
950
0132
#013227
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFB;
  --cyan-100: #DCFFF6;
  --cyan-200: #BDFEEF;
  --cyan-300: #8BFEE3;
  --cyan-400: #4EFDD4;
  --cyan-500: #1CFDC8;
  --cyan-600: #02DEAB;
  --cyan-700: #02B188;
  --cyan-800: #017E61;
  --cyan-900: #01513E;
  --cyan-950: #013227;
}
Generate More ShadesCreate PaletteConvert Color