Cyan

#1AFFE0

Cyan

Color Codes

All color formats for development

HEX
#1AFFE0
RGB
rgb(26, 255, 224)
HSL
hsl(172, 100%, 55%)
OKLCH
oklch(0.897 0.161 179.5)
CMYK
cmyk(90%, 0%, 12%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.42: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#00FCDB
2#00E0C2
3#00C4AA
4#00A892
5#008C7A
6#007061
7#005449
8#003831
9#001C18

Tints

Lighter variations

1#30FFE3
2#47FFE7
3#5EFFEA
4#75FFED
5#8CFFF0
6#A3FFF3
7#BAFFF6
8#D1FFF9
9#E8FFFC

Tones

Muted variations

1#25F4D8
2#30E8D0
3#3CDDC7
4#47D1BF
5#53C6B6
6#5EBAAE
7#6AAFA5
8#75A39D
9#819895

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
#BDFFF6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFEF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFE7
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C2
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39B
Active/pressed statesDark mode accentsSecondary text
800
0080
#00806F
Text on light backgroundsHeadingsStrong borders
900
0052
#005247
Primary textHigh emphasis contentDark headings
950
0033
#00332C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DBFFFA;
  --cyan-200: #BDFFF6;
  --cyan-300: #8AFFEF;
  --cyan-400: #4DFFE7;
  --cyan-500: #1AFFE0;
  --cyan-600: #00E0C2;
  --cyan-700: #00B39B;
  --cyan-800: #00806F;
  --cyan-900: #005247;
  --cyan-950: #00332C;
}
Generate More ShadesCreate PaletteConvert Color