Cyan

#1CFDCC

Cyan

Color Codes

All color formats for development

HEX
#1CFDCC
RGB
rgb(28, 253, 204)
HSL
hsl(167, 98%, 55%)
OKLCH
oklch(0.887 0.17 171.6)
CMYK
cmyk(89%, 0%, 19%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.97: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#03FAC4
2#02DEAF
3#02C299
4#02A783
5#018B6D
6#016F57
7#015341
8#01382C
9#001C16

Tints

Lighter variations

1#33FDD1
2#49FDD6
3#60FDDB
4#77FEE0
5#8DFEE5
6#A4FEEB
7#BBFEF0
8#D2FFF5
9#E8FFFA

Tones

Muted variations

1#27F1C6
2#32E6BF
3#3EDBB9
4#49D0B2
5#54C4AC
6#5FB9A6
7#6BAE9F
8#76A399
9#819793

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF0
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEE5
BordersInactive statesPlaceholder text
400
4EFD
#4EFDD7
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDCC
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEAF
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B18B
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E63
Text on light backgroundsHeadingsStrong borders
900
0151
#01513F
Primary textHigh emphasis contentDark headings
950
0132
#013228
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DCFFF7;
  --cyan-200: #BDFEF0;
  --cyan-300: #8BFEE5;
  --cyan-400: #4EFDD7;
  --cyan-500: #1CFDCC;
  --cyan-600: #02DEAF;
  --cyan-700: #02B18B;
  --cyan-800: #017E63;
  --cyan-900: #01513F;
  --cyan-950: #013228;
}
Generate More ShadesCreate PaletteConvert Color