Cyan

#1AFFCD

Cyan

Color Codes

All color formats for development

HEX
#1AFFCD
RGB
rgb(26, 255, 205)
HSL
hsl(167, 100%, 55%)
OKLCH
oklch(0.892 0.171 171.4)
CMYK
cmyk(90%, 0%, 20%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00FCC6
2#00E0B0
3#00C49A
4#00A884
5#008C6E
6#007058
7#005442
8#00382C
9#001C16

Tints

Lighter variations

1#30FFD2
2#47FFD7
3#5EFFDC
4#75FFE1
5#8CFFE6
6#A3FFEB
7#BAFFF0
8#D1FFF5
9#E8FFFA

Tones

Muted variations

1#25F4C7
2#30E8C0
3#3CDDBA
4#47D1B3
5#53C6AD
6#5EBAA6
7#6AAFA0
8#75A399
9#819893

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE6
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD8
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFCD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38C
Active/pressed statesDark mode accentsSecondary text
800
0080
#008064
Text on light backgroundsHeadingsStrong borders
900
0052
#005240
Primary textHigh emphasis contentDark headings
950
0033
#003328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DBFFF7;
  --cyan-200: #BDFFF1;
  --cyan-300: #8AFFE6;
  --cyan-400: #4DFFD8;
  --cyan-500: #1AFFCD;
  --cyan-600: #00E0B0;
  --cyan-700: #00B38C;
  --cyan-800: #008064;
  --cyan-900: #005240;
  --cyan-950: #003328;
}
Generate More ShadesCreate PaletteConvert Color