Cyan

#1CEEFD

Cyan

Color Codes

All color formats for development

HEX
#1CEEFD
RGB
rgb(28, 238, 253)
HSL
hsl(184, 98%, 55%)
OKLCH
oklch(0.866 0.145 203.1)
CMYK
cmyk(89%, 6%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.70:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DCFC
200
#BDFA
300
#8BF6
400
#4EF2
500
#1CEE
600
#02CF
700
#02A5
800
#0176
900
#014B
950
#012F

Shades

Darker variations

1#03E9FA
2#02CFDE
3#02B6C2
4#029CA7
5#01828B
6#01686F
7#014E53
8#013438
9#001A1C

Tints

Lighter variations

1#33EFFD
2#49F1FD
3#60F3FD
4#77F5FE
5#8DF6FE
6#A4F8FE
7#BBFAFE
8#D2FCFF
9#E8FDFF

Tones

Muted variations

1#27E4F1
2#32DAE6
3#3ED0DB
4#49C7D0
5#54BDC4
6#5FB3B9
7#6BA9AE
8#76A0A3
9#819697

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFC
#DCFCFF
Light backgroundsTable row hoverSkeleton loading
200
BDFA
#BDFAFE
Secondary backgroundsInput backgroundsDividers
300
8BF6
#8BF6FE
BordersInactive statesPlaceholder text
400
4EF2
#4EF2FD
Disabled statesSecondary iconsMuted text
500
1CEE
#1CEEFD
Primary brand colorCTAsActive elementsLinks
600
02CF
#02CFDE
Hover statesFocus ringsPrimary buttons hover
700
02A5
#02A5B1
Active/pressed statesDark mode accentsSecondary text
800
0176
#01767E
Text on light backgroundsHeadingsStrong borders
900
014B
#014B51
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: #DCFCFF;
  --cyan-200: #BDFAFE;
  --cyan-300: #8BF6FE;
  --cyan-400: #4EF2FD;
  --cyan-500: #1CEEFD;
  --cyan-600: #02CFDE;
  --cyan-700: #02A5B1;
  --cyan-800: #01767E;
  --cyan-900: #014B51;
  --cyan-950: #012F32;
}
Generate More ShadesCreate PaletteConvert Color