Cyan

#1AFFDD

Cyan

Color Codes

All color formats for development

HEX
#1AFFDD
RGB
rgb(26, 255, 221)
HSL
hsl(171, 100%, 55%)
OKLCH
oklch(0.896 0.162 178.1)
CMYK
cmyk(90%, 0%, 13%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.39: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#00FCD7
2#00E0BF
3#00C4A7
4#00A88F
5#008C77
6#00705F
7#005448
8#003830
9#001C18

Tints

Lighter variations

1#30FFE0
2#47FFE3
3#5EFFE7
4#75FFEA
5#8CFFEE
6#A3FFF1
7#BAFFF5
8#D1FFF8
9#E8FFFC

Tones

Muted variations

1#25F4D5
2#30E8CD
3#3CDDC4
4#47D1BC
5#53C6B4
6#5EBAAC
7#6AAFA4
8#75A39C
9#819894

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFA
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF5
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFED
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE4
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFDD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0BF
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B398
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806C
Text on light backgroundsHeadingsStrong borders
900
0052
#005245
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: #F0FFFD;
  --cyan-100: #DBFFFA;
  --cyan-200: #BDFFF5;
  --cyan-300: #8AFFED;
  --cyan-400: #4DFFE4;
  --cyan-500: #1AFFDD;
  --cyan-600: #00E0BF;
  --cyan-700: #00B398;
  --cyan-800: #00806C;
  --cyan-900: #005245;
  --cyan-950: #00332B;
}
Generate More ShadesCreate PaletteConvert Color