Cyan
#35DEE3
CyanColor Codes
All color formats for development
HEX
#35DEE3RGB
rgb(53, 222, 227)HSL
hsl(182, 76%, 55%)OKLCH
oklch(0.822 0.13 198)CMYK
cmyk(77%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1ED8DE
2#1BC0C5
3#18A8AD
4#149094
5#11787B
6#0D6063
7#0A484A
8#073031
9#031819
Tints
Lighter variations
1#49E1E6
2#5DE4E9
3#72E8EC
4#86EBEE
5#9AEEF1
6#AEF2F4
7#C2F5F7
8#D7F8F9
9#EBFCFC
Tones
Muted variations
1#3ED6DB
2#46CDD2
3#4FC5C9
4#58BDC1
5#61B5B8
6#69ADAF
7#72A5A6
8#7B9D9E
9#849495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EE #98EEF1 | BordersInactive statesPlaceholder text |
| 400 | 62E5 #62E5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DE #35DEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC0 #1BC0C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6D #0F6D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A46 #0A4648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FAFB;
--cyan-200: #C5F5F7;
--cyan-300: #98EEF1;
--cyan-400: #62E5EA;
--cyan-500: #35DEE3;
--cyan-600: #1BC0C5;
--cyan-700: #15999D;
--cyan-800: #0F6D70;
--cyan-900: #0A4648;
--cyan-950: #062C2D;
}