Cyan

#1AFFE4

Cyan

Color Codes

All color formats for development

HEX
#1AFFE4
RGB
rgb(26, 255, 228)
HSL
hsl(173, 100%, 55%)
OKLCH
oklch(0.898 0.159 181.4)
CMYK
cmyk(90%, 0%, 11%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.47: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#00FCDF
2#00E0C6
3#00C4AD
4#00A895
5#008C7C
6#007063
7#00544A
8#003832
9#001C19

Tints

Lighter variations

1#30FFE7
2#47FFEA
3#5EFFEC
4#75FFEF
5#8CFFF2
6#A3FFF4
7#BAFFF7
8#D1FFFA
9#E8FFFC

Tones

Muted variations

1#25F4DB
2#30E8D3
3#3CDDCA
4#47D1C1
5#53C6B8
6#5EBAAF
7#6AAFA7
8#75A39E
9#819895

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFB
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF7
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF1
BordersInactive statesPlaceholder text
400
4DFF
#4DFFEA
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFE4
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0C6
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B39E
Active/pressed statesDark mode accentsSecondary text
800
0080
#008071
Text on light backgroundsHeadingsStrong borders
900
0052
#005248
Primary textHigh emphasis contentDark headings
950
0033
#00332D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFD;
  --cyan-100: #DBFFFB;
  --cyan-200: #BDFFF7;
  --cyan-300: #8AFFF1;
  --cyan-400: #4DFFEA;
  --cyan-500: #1AFFE4;
  --cyan-600: #00E0C6;
  --cyan-700: #00B39E;
  --cyan-800: #008071;
  --cyan-900: #005248;
  --cyan-950: #00332D;
}
Generate More ShadesCreate PaletteConvert Color