Cyan
#35D2E3
CyanColor Codes
All color formats for development
HEX
#35D2E3RGB
rgb(53, 210, 227)HSL
hsl(186, 76%, 55%)OKLCH
oklch(0.793 0.125 206.1)CMYK
cmyk(77%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1ECBDE
2#1BB4C5
3#189EAD
4#148794
5#11717B
6#0D5A63
7#0A444A
8#072D31
9#031719
Tints
Lighter variations
1#49D7E6
2#5DDBE9
3#72E0EC
4#86E4EE
5#9AE9F1
6#AEEDF4
7#C2F2F7
8#D7F6F9
9#EBFBFC
Tones
Muted variations
1#3ECBDB
2#46C4D2
3#4FBDC9
4#58B6C1
5#61AFB8
6#69A8AF
7#72A1A6
8#7B9A9E
9#849395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FCFD;
--cyan-100: #E0F8FB;
--cyan-200: #C5F2F7;
--cyan-300: #98E8F1;
--cyan-400: #62DCEA;
--cyan-500: #35D2E3;
--cyan-600: #1BB4C5;
--cyan-700: #15909D;
--cyan-800: #0F6770;
--cyan-900: #0A4248;
--cyan-950: #06292D;
}