Cyan

#1EECFA

Cyan

Color Codes

All color formats for development

HEX
#1EECFA
RGB
rgb(30, 236, 250)
HSL
hsl(184, 96%, 55%)
OKLCH
oklch(0.86 0.143 202.7)
CMYK
cmyk(88%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BEF9
300
#8CF5
400
#50F0
500
#1EEC
600
#04CE
700
#04A4
800
#0375
900
#024B
950
#012F

Shades

Darker variations

1#05E7F7
2#04CEDC
3#04B4C0
4#039AA5
5#038089
6#02676E
7#024D52
8#013337
9#011A1B

Tints

Lighter variations

1#35EEFB
2#4BF0FB
3#62F2FC
4#78F3FC
5#8FF5FD
6#A5F7FD
7#BCF9FE
8#D2FBFE
9#E9FDFF

Tones

Muted variations

1#29E2EF
2#34D9E4
3#3FCFD9
4#4AC6CE
5#55BCC3
6#60B2B8
7#6BA9AD
8#769FA2
9#819697

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFC
#DCFCFE
Light backgroundsTable row hoverSkeleton loading
200
BEF9
#BEF9FE
Secondary backgroundsInput backgroundsDividers
300
8CF5
#8CF5FD
BordersInactive statesPlaceholder text
400
50F0
#50F0FB
Disabled statesSecondary iconsMuted text
500
1EEC
#1EECFA
Primary brand colorCTAsActive elementsLinks
600
04CE
#04CEDC
Hover statesFocus ringsPrimary buttons hover
700
04A4
#04A4AF
Active/pressed statesDark mode accentsSecondary text
800
0375
#03757D
Text on light backgroundsHeadingsStrong borders
900
024B
#024B50
Primary textHigh emphasis contentDark headings
950
012F
#012F32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FEFF;
  --cyan-100: #DCFCFE;
  --cyan-200: #BEF9FE;
  --cyan-300: #8CF5FD;
  --cyan-400: #50F0FB;
  --cyan-500: #1EECFA;
  --cyan-600: #04CEDC;
  --cyan-700: #04A4AF;
  --cyan-800: #03757D;
  --cyan-900: #024B50;
  --cyan-950: #012F32;
}
Generate More ShadesCreate PaletteConvert Color