Cyan

#30E8C6

Cyan

Color Codes

All color formats for development

HEX
#30E8C6
RGB
rgb(48, 232, 198)
HSL
hsl(169, 80%, 55%)
OKLCH
oklch(0.836 0.148 176.2)
CMYK
cmyk(79%, 0%, 15%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#19E3BE
2#16CAA9
3#14B194
4#11977F
5#0E7E6A
6#0B6555
7#084C3F
8#06322A
9#031915

Tints

Lighter variations

1#45EACC
2#5AEDD2
3#6EEFD7
4#83F1DD
5#98F4E3
6#ACF6E8
7#C1F8EE
8#D6FAF4
9#EAFDF9

Tones

Muted variations

1#3ADFC1
2#43D6BB
3#4CCDB5
4#55C3AF
5#5EBAA9
6#68B1A4
7#71A89E
8#7A9F98
9#839592

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF6
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8EF
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3E2
BordersInactive statesPlaceholder text
400
5EED
#5EEDD3
Disabled statesSecondary iconsMuted text
500
30E8
#30E8C6
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CAA9
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A186
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7360
Text on light backgroundsHeadingsStrong borders
900
0849
#08493D
Primary textHigh emphasis contentDark headings
950
052E
#052E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F1FDFB;
  --cyan-100: #DFFBF6;
  --cyan-200: #C3F8EF;
  --cyan-300: #95F3E2;
  --cyan-400: #5EEDD3;
  --cyan-500: #30E8C6;
  --cyan-600: #16CAA9;
  --cyan-700: #12A186;
  --cyan-800: #0D7360;
  --cyan-900: #08493D;
  --cyan-950: #052E26;
}
Generate More ShadesCreate PaletteConvert Color