Cyan
#2DD5EB
CyanColor Codes
All color formats for development
HEX
#2DD5EBRGB
rgb(45, 213, 235)HSL
hsl(187, 83%, 55%)OKLCH
oklch(0.802 0.131 208.7)CMYK
cmyk(81%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15CFE7
2#13B8CD
3#11A1B4
4#0E8A9A
5#0C7380
6#0A5C67
7#07454D
8#052E33
9#02171A
Tints
Lighter variations
1#42D9ED
2#57DEEF
3#6CE2F1
4#81E6F3
5#96EAF5
6#ABEEF7
7#C0F2F9
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#37CEE2
2#40C7D8
3#4ABFCF
4#53B8C5
5#5DB1BC
6#66A9B2
7#70A2A9
8#799B9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F3F9;
--cyan-300: #94EAF5;
--cyan-400: #5CDFF0;
--cyan-500: #2DD5EB;
--cyan-600: #13B8CD;
--cyan-700: #0F92A3;
--cyan-800: #0B6875;
--cyan-900: #07434B;
--cyan-950: #042A2F;
}