Cyan

#1AFFD9

Cyan

Color Codes

All color formats for development

HEX
#1AFFD9
RGB
rgb(26, 255, 217)
HSL
hsl(170, 100%, 55%)
OKLCH
oklch(0.895 0.164 176.4)
CMYK
cmyk(90%, 0%, 15%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.35: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#00FCD2
2#00E0BB
3#00C4A4
4#00A88C
5#008C75
6#00705E
7#005446
8#00382F
9#001C17

Tints

Lighter variations

1#30FFDD
2#47FFE0
3#5EFFE4
4#75FFE8
5#8CFFEC
6#A3FFF0
7#BAFFF4
8#D1FFF7
9#E8FFFB

Tones

Muted variations

1#25F4D1
2#30E8C9
3#3CDDC2
4#47D1BA
5#53C6B3
6#5EBAAB
7#6AAFA3
8#75A39C
9#819894

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF9
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF4
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEB
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE1
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFD9
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0BB
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B395
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806A
Text on light backgroundsHeadingsStrong borders
900
0052
#005244
Primary textHigh emphasis contentDark headings
950
0033
#00332B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DBFFF9;
  --cyan-200: #BDFFF4;
  --cyan-300: #8AFFEB;
  --cyan-400: #4DFFE1;
  --cyan-500: #1AFFD9;
  --cyan-600: #00E0BB;
  --cyan-700: #00B395;
  --cyan-800: #00806A;
  --cyan-900: #005244;
  --cyan-950: #00332B;
}
Generate More ShadesCreate PaletteConvert Color