Cyan
#2DDFEB
CyanColor Codes
All color formats for development
HEX
#2DDFEBRGB
rgb(45, 223, 235)HSL
hsl(184, 83%, 55%)OKLCH
oklch(0.826 0.134 202.2)CMYK
cmyk(81%, 5%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15D9E7
2#13C1CD
3#11A9B4
4#0E919A
5#0C7980
6#0A6067
7#07484D
8#053033
9#02181A
Tints
Lighter variations
1#42E2ED
2#57E5EF
3#6CE8F1
4#81ECF3
5#96EFF5
6#ABF2F7
7#C0F5F9
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#37D7E2
2#40CED8
3#4AC6CF
4#53BEC5
5#5DB6BC
6#66ADB2
7#70A5A9
8#799D9F
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFC;
--cyan-200: #C2F6F9;
--cyan-300: #94EFF5;
--cyan-400: #5CE6F0;
--cyan-500: #2DDFEB;
--cyan-600: #13C1CD;
--cyan-700: #0F99A3;
--cyan-800: #0B6E75;
--cyan-900: #07464B;
--cyan-950: #042C2F;
}