Cyan
#33D4E6
CyanColor Codes
All color formats for development
HEX
#33D4E6RGB
rgb(51, 212, 230)HSL
hsl(186, 78%, 55%)OKLCH
oklch(0.799 0.127 206.5)CMYK
cmyk(78%, 8%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CCDE1
2#19B6C8
3#169FAF
4#138996
5#0F727D
6#0C5B64
7#09444B
8#062E32
9#031719
Tints
Lighter variations
1#47D8E8
2#5CDCEB
3#70E1ED
4#84E5F0
5#99E9F2
6#ADEEF5
7#C2F2F7
8#D6F6FA
9#EBFBFC
Tones
Muted variations
1#3CCDDD
2#45C6D4
3#4EBECB
4#57B7C2
5#5FB0B9
6#68A9B0
7#71A2A7
8#7A9B9E
9#839395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E9 #97E9F2 | BordersInactive statesPlaceholder text |
| 400 | 60DD #60DDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D4 #33D4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B6 #19B6C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1491 #14919F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E68 #0E6871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | 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: #F1FCFD;
--cyan-100: #DFF8FB;
--cyan-200: #C4F3F8;
--cyan-300: #97E9F2;
--cyan-400: #60DDEB;
--cyan-500: #33D4E6;
--cyan-600: #19B6C8;
--cyan-700: #14919F;
--cyan-800: #0E6871;
--cyan-900: #094249;
--cyan-950: #06292D;
}