Cyan

#35E3DB

Cyan

Color Codes

All color formats for development

HEX
#35E3DB
RGB
rgb(53, 227, 219)
HSL
hsl(177, 76%, 55%)
OKLCH
oklch(0.831 0.134 190.1)
CMYK
cmyk(77%, 0%, 4%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#1EDED5
2#1BC5BD
3#18ADA5
4#14948E
5#117B76
6#0D635E
7#0A4A47
8#07312F
9#031918

Tints

Lighter variations

1#49E6DE
2#5DE9E2
3#72ECE6
4#86EEE9
5#9AF1ED
6#AEF4F0
7#C2F7F4
8#D7F9F8
9#EBFCFB

Tones

Muted variations

1#3EDBD3
2#46D2CB
3#4FC9C3
4#58C1BB
5#61B8B3
6#69AFAC
7#72A6A4
8#7B9E9C
9#849594

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFD
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF9
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1EC
BordersInactive statesPlaceholder text
400
62EA
#62EAE3
Disabled statesSecondary iconsMuted text
500
35E3
#35E3DB
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5BD
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D96
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F706B
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4845
Primary textHigh emphasis contentDark headings
950
062D
#062D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --cyan-50: #F2FDFD;
  --cyan-100: #E0FBF9;
  --cyan-200: #C5F7F5;
  --cyan-300: #98F1EC;
  --cyan-400: #62EAE3;
  --cyan-500: #35E3DB;
  --cyan-600: #1BC5BD;
  --cyan-700: #159D96;
  --cyan-800: #0F706B;
  --cyan-900: #0A4845;
  --cyan-950: #062D2B;
}
Generate More ShadesCreate PaletteConvert Color