Cyan

#1EDDFA

Cyan

Color Codes

All color formats for development

HEX
#1EDDFA
RGB
rgb(30, 221, 250)
HSL
hsl(188, 96%, 55%)
OKLCH
oklch(0.825 0.14 211.8)
CMYK
cmyk(88%, 12%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF5
300
#8CEE
400
#50E5
500
#1EDD
600
#04BF
700
#0498
800
#036D
900
#0246
950
#012B

Shades

Darker variations

1#05D7F7
2#04BFDC
3#04A7C0
4#038FA5
5#037789
6#02606E
7#024852
8#013037
9#01181B

Tints

Lighter variations

1#35E0FB
2#4BE4FB
3#62E7FC
4#78EBFC
5#8FEEFD
6#A5F1FD
7#BCF5FE
8#D2F8FE
9#E9FCFF

Tones

Muted variations

1#29D5EF
2#34CDE4
3#3FC5D9
4#4ABDCE
5#55B5C3
6#60ADB8
7#6BA4AD
8#769CA2
9#819497

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF5
#BEF5FE
Secondary backgroundsInput backgroundsDividers
300
8CEE
#8CEEFD
BordersInactive statesPlaceholder text
400
50E5
#50E5FB
Disabled statesSecondary iconsMuted text
500
1EDD
#1EDDFA
Primary brand colorCTAsActive elementsLinks
600
04BF
#04BFDC
Hover statesFocus ringsPrimary buttons hover
700
0498
#0498AF
Active/pressed statesDark mode accentsSecondary text
800
036D
#036D7D
Text on light backgroundsHeadingsStrong borders
900
0246
#024650
Primary textHigh emphasis contentDark headings
950
012B
#012B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFAFE;
  --cyan-200: #BEF5FE;
  --cyan-300: #8CEEFD;
  --cyan-400: #50E5FB;
  --cyan-500: #1EDDFA;
  --cyan-600: #04BFDC;
  --cyan-700: #0498AF;
  --cyan-800: #036D7D;
  --cyan-900: #024650;
  --cyan-950: #012B32;
}
Generate More ShadesCreate PaletteConvert Color