Cyan

#1EFAD6

Cyan

Color Codes

All color formats for development

HEX
#1EFAD6
RGB
rgb(30, 250, 214)
HSL
hsl(170, 96%, 55%)
OKLCH
oklch(0.882 0.16 176.9)
CMYK
cmyk(88%, 0%, 14%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.34:1

AA AAA

On Black Background

15.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#05F7CF
2#04DCB8
3#04C0A1
4#03A58A
5#038973
6#026E5C
7#025245
8#01372E
9#011B17

Tints

Lighter variations

1#35FBDA
2#4BFBDE
3#62FCE2
4#78FCE6
5#8FFDEA
6#A5FDEE
7#BCFEF3
8#D2FEF7
9#E9FFFB

Tones

Muted variations

1#29EFCE
2#34E4C7
3#3FD9C0
4#4ACEB8
5#55C3B1
6#60B8AA
7#6BADA2
8#76A29B
9#819794

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF9
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF3
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDEA
BordersInactive statesPlaceholder text
400
50FB
#50FBDF
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAD6
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DCB8
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF92
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D69
Text on light backgroundsHeadingsStrong borders
900
0250
#025043
Primary textHigh emphasis contentDark headings
950
0132
#01322A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FFFC;
  --cyan-100: #DCFEF9;
  --cyan-200: #BEFEF3;
  --cyan-300: #8CFDEA;
  --cyan-400: #50FBDF;
  --cyan-500: #1EFAD6;
  --cyan-600: #04DCB8;
  --cyan-700: #04AF92;
  --cyan-800: #037D69;
  --cyan-900: #025043;
  --cyan-950: #01322A;
}
Generate More ShadesCreate PaletteConvert Color