Cyan

#1AFFD1

Cyan

Color Codes

All color formats for development

HEX
#1AFFD1
RGB
rgb(26, 255, 209)
HSL
hsl(168, 100%, 55%)
OKLCH
oklch(0.893 0.169 173)
CMYK
cmyk(90%, 0%, 18%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.27: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#00FCCA
2#00E0B4
3#00C49D
4#00A887
5#008C70
6#00705A
7#005443
8#00382D
9#001C16

Tints

Lighter variations

1#30FFD6
2#47FFDA
3#5EFFDF
4#75FFE3
5#8CFFE8
6#A3FFED
7#BAFFF1
8#D1FFF6
9#E8FFFA

Tones

Muted variations

1#25F4CA
2#30E8C3
3#3CDDBC
4#47D1B6
5#53C6AF
6#5EBAA8
7#6AAFA1
8#75A39A
9#819893

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF8
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE8
BordersInactive statesPlaceholder text
400
4DFF
#4DFFDB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD1
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B4
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38F
Active/pressed statesDark mode accentsSecondary text
800
0080
#008066
Text on light backgroundsHeadingsStrong borders
900
0052
#005241
Primary textHigh emphasis contentDark headings
950
0033
#003329
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DBFFF8;
  --cyan-200: #BDFFF2;
  --cyan-300: #8AFFE8;
  --cyan-400: #4DFFDB;
  --cyan-500: #1AFFD1;
  --cyan-600: #00E0B4;
  --cyan-700: #00B38F;
  --cyan-800: #008066;
  --cyan-900: #005241;
  --cyan-950: #003329;
}
Generate More ShadesCreate PaletteConvert Color