Cyan

#30E5E8

Cyan

Color Codes

All color formats for development

HEX
#30E5E8
RGB
rgb(48, 229, 232)
HSL
hsl(181, 80%, 55%)
OKLCH
oklch(0.839 0.135 196.7)
CMYK
cmyk(79%, 1%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F7
300
#95F2
400
#5EEB
500
#30E5
600
#16C7
700
#129E
800
#0D71
900
#0848
950
#052D

Shades

Darker variations

1#19E0E3
2#16C7CA
3#14AEB1
4#119597
5#0E7C7E
6#0B6365
7#084B4C
8#063232
9#031919

Tints

Lighter variations

1#45E8EA
2#5AEAED
3#6EEDEF
4#83EFF1
5#98F2F4
6#ACF5F6
7#C1F7F8
8#D6FAFA
9#EAFCFD

Tones

Muted variations

1#3ADCDF
2#43D3D6
3#4CCACD
4#55C1C3
5#5EB9BA
6#68B0B1
7#71A7A8
8#7A9E9F
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
C3F7
#C3F7F8
Secondary backgroundsInput backgroundsDividers
300
95F2
#95F2F3
BordersInactive statesPlaceholder text
400
5EEB
#5EEBED
Disabled statesSecondary iconsMuted text
500
30E5
#30E5E8
Primary brand colorCTAsActive elementsLinks
600
16C7
#16C7CA
Hover statesFocus ringsPrimary buttons hover
700
129E
#129EA1
Active/pressed statesDark mode accentsSecondary text
800
0D71
#0D7173
Text on light backgroundsHeadingsStrong borders
900
0848
#084849
Primary textHigh emphasis contentDark headings
950
052D
#052D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FDFD;
  --cyan-100: #DFFBFB;
  --cyan-200: #C3F7F8;
  --cyan-300: #95F2F3;
  --cyan-400: #5EEBED;
  --cyan-500: #30E5E8;
  --cyan-600: #16C7CA;
  --cyan-700: #129EA1;
  --cyan-800: #0D7173;
  --cyan-900: #084849;
  --cyan-950: #052D2E;
}
Generate More ShadesCreate PaletteConvert Color