Cyan

#1CFDE6

Cyan

Color Codes

All color formats for development

HEX
#1CFDE6
RGB
rgb(28, 253, 230)
HSL
hsl(174, 98%, 55%)
OKLCH
oklch(0.894 0.156 183.1)
CMYK
cmyk(89%, 0%, 9%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.24: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#03FAE1
2#02DEC8
3#02C2AF
4#02A796
5#018B7D
6#016F64
7#01534B
8#013832
9#001C19

Tints

Lighter variations

1#33FDE9
2#49FDEB
3#60FDEE
4#77FEF0
5#8DFEF3
6#A4FEF5
7#BBFEF8
8#D2FFFA
9#E8FFFD

Tones

Muted variations

1#27F1DD
2#32E6D4
3#3EDBCB
4#49D0C2
5#54C4B9
6#5FB9B0
7#6BAEA7
8#76A39E
9#819795

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFFB
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEF8
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEF2
BordersInactive statesPlaceholder text
400
4EFD
#4EFDEC
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDE6
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEC8
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B19F
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E72
Text on light backgroundsHeadingsStrong borders
900
0151
#015149
Primary textHigh emphasis contentDark headings
950
0132
#01322D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DCFFFB;
  --cyan-200: #BDFEF8;
  --cyan-300: #8BFEF2;
  --cyan-400: #4EFDEC;
  --cyan-500: #1CFDE6;
  --cyan-600: #02DEC8;
  --cyan-700: #02B19F;
  --cyan-800: #017E72;
  --cyan-900: #015149;
  --cyan-950: #01322D;
}
Generate More ShadesCreate PaletteConvert Color