Cyan

#33E3E6

Cyan

Color Codes

All color formats for development

HEX
#33E3E6
RGB
rgb(51, 227, 230)
HSL
hsl(181, 78%, 55%)
OKLCH
oklch(0.834 0.133 196.7)
CMYK
cmyk(78%, 1%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F1
400
#60E9
500
#33E3
600
#19C5
700
#149D
800
#0E70
900
#0948
950
#062D

Shades

Darker variations

1#1CDDE1
2#19C5C8
3#16ACAF
4#139496
5#0F7B7D
6#0C6264
7#094A4B
8#063132
9#031919

Tints

Lighter variations

1#47E6E8
2#5CE8EB
3#70EBED
4#84EEF0
5#99F1F2
6#ADF4F5
7#C2F7F7
8#D6F9FA
9#EBFCFC

Tones

Muted variations

1#3CDADD
2#45D1D4
3#4EC9CB
4#57C0C2
5#5FB8B9
6#68AFB0
7#71A6A7
8#7A9E9E
9#839595

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7F8
Secondary backgroundsInput backgroundsDividers
300
97F1
#97F1F2
BordersInactive statesPlaceholder text
400
60E9
#60E9EB
Disabled statesSecondary iconsMuted text
500
33E3
#33E3E6
Primary brand colorCTAsActive elementsLinks
600
19C5
#19C5C8
Hover statesFocus ringsPrimary buttons hover
700
149D
#149D9F
Active/pressed statesDark mode accentsSecondary text
800
0E70
#0E7071
Text on light backgroundsHeadingsStrong borders
900
0948
#094849
Primary textHigh emphasis contentDark headings
950
062D
#062D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FDFD;
  --cyan-100: #DFFBFB;
  --cyan-200: #C4F7F8;
  --cyan-300: #97F1F2;
  --cyan-400: #60E9EB;
  --cyan-500: #33E3E6;
  --cyan-600: #19C5C8;
  --cyan-700: #149D9F;
  --cyan-800: #0E7071;
  --cyan-900: #094849;
  --cyan-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color