Cyan

#1AFFF0

Cyan

Color Codes

All color formats for development

HEX
#1AFFF0
RGB
rgb(26, 255, 240)
HSL
hsl(176, 100%, 55%)
OKLCH
oklch(0.902 0.155 187.2)
CMYK
cmyk(90%, 0%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.61: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#00FCEC
2#00E0D1
3#00C4B7
4#00A89D
5#008C83
6#007069
7#00544F
8#003834
9#001C1A

Tints

Lighter variations

1#30FFF1
2#47FFF3
3#5EFFF4
4#75FFF6
5#8CFFF7
6#A3FFF9
7#BAFFFA
8#D1FFFC
9#E8FFFD

Tones

Muted variations

1#25F4E6
2#30E8DC
3#3CDDD2
4#47D1C8
5#53C6BE
6#5EBAB4
7#6AAFAA
8#75A3A0
9#819896

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFD
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFB
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF7
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF3
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFF0
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0D1
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A7
Active/pressed statesDark mode accentsSecondary text
800
0080
#008077
Text on light backgroundsHeadingsStrong borders
900
0052
#00524C
Primary textHigh emphasis contentDark headings
950
0033
#003330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFE;
  --cyan-100: #DBFFFD;
  --cyan-200: #BDFFFB;
  --cyan-300: #8AFFF7;
  --cyan-400: #4DFFF3;
  --cyan-500: #1AFFF0;
  --cyan-600: #00E0D1;
  --cyan-700: #00B3A7;
  --cyan-800: #008077;
  --cyan-900: #00524C;
  --cyan-950: #003330;
}
Generate More ShadesCreate PaletteConvert Color