Cyan

#1EE8FA

Cyan

Color Codes

All color formats for development

HEX
#1EE8FA
RGB
rgb(30, 232, 250)
HSL
hsl(185, 96%, 55%)
OKLCH
oklch(0.851 0.142 205)
CMYK
cmyk(88%, 7%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFB
200
#BEF8
300
#8CF3
400
#50ED
500
#1EE8
600
#04CA
700
#04A1
800
#0373
900
#0249
950
#012E

Shades

Darker variations

1#05E3F7
2#04CADC
3#04B1C0
4#0397A5
5#037E89
6#02656E
7#024C52
8#013237
9#01191B

Tints

Lighter variations

1#35EAFB
2#4BEDFB
3#62EFFC
4#78F1FC
5#8FF4FD
6#A5F6FD
7#BCF8FE
8#D2FAFE
9#E9FDFF

Tones

Muted variations

1#29DFEF
2#34D6E4
3#3FCDD9
4#4AC3CE
5#55BAC3
6#60B1B8
7#6BA8AD
8#769FA2
9#819597

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFB
#DCFBFE
Light backgroundsTable row hoverSkeleton loading
200
BEF8
#BEF8FE
Secondary backgroundsInput backgroundsDividers
300
8CF3
#8CF3FD
BordersInactive statesPlaceholder text
400
50ED
#50EDFB
Disabled statesSecondary iconsMuted text
500
1EE8
#1EE8FA
Primary brand colorCTAsActive elementsLinks
600
04CA
#04CADC
Hover statesFocus ringsPrimary buttons hover
700
04A1
#04A1AF
Active/pressed statesDark mode accentsSecondary text
800
0373
#03737D
Text on light backgroundsHeadingsStrong borders
900
0249
#024950
Primary textHigh emphasis contentDark headings
950
012E
#012E32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F0FDFF;
  --cyan-100: #DCFBFE;
  --cyan-200: #BEF8FE;
  --cyan-300: #8CF3FD;
  --cyan-400: #50EDFB;
  --cyan-500: #1EE8FA;
  --cyan-600: #04CADC;
  --cyan-700: #04A1AF;
  --cyan-800: #03737D;
  --cyan-900: #024950;
  --cyan-950: #012E32;
}
Generate More ShadesCreate PaletteConvert Color