Cyan

#33E6E6

Cyan

Color Codes

All color formats for development

HEX
#33E6E6
RGB
rgb(51, 230, 230)
HSL
hsl(180, 78%, 55%)
OKLCH
oklch(0.842 0.135 194.9)
CMYK
cmyk(78%, 0%, 0%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#1CE1E1
2#19C8C8
3#16AFAF
4#139696
5#0F7D7D
6#0C6464
7#094B4B
8#063232
9#031919

Tints

Lighter variations

1#47E8E8
2#5CEBEB
3#70EDED
4#84F0F0
5#99F2F2
6#ADF5F5
7#C2F7F7
8#D6FAFA
9#EBFCFC

Tones

Muted variations

1#3CDDDD
2#45D4D4
3#4ECBCB
4#57C2C2
5#5FB9B9
6#68B0B0
7#71A7A7
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
C4F8
#C4F8F8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2F2
BordersInactive statesPlaceholder text
400
60EB
#60EBEB
Disabled statesSecondary iconsMuted text
500
33E6
#33E6E6
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8C8
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F9F
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7171
Text on light backgroundsHeadingsStrong borders
900
0949
#094949
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: #C4F8F8;
  --cyan-300: #97F2F2;
  --cyan-400: #60EBEB;
  --cyan-500: #33E6E6;
  --cyan-600: #19C8C8;
  --cyan-700: #149F9F;
  --cyan-800: #0E7171;
  --cyan-900: #094949;
  --cyan-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color