Cyan
#2DDCEB
CyanColor Codes
All color formats for development
HEX
#2DDCEBRGB
rgb(45, 220, 235)HSL
hsl(185, 83%, 55%)OKLCH
oklch(0.819 0.132 204.1)CMYK
cmyk(81%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15D6E7
2#13BECD
3#11A6B4
4#0E8E9A
5#0C7780
6#0A5F67
7#07474D
8#052F33
9#02181A
Tints
Lighter variations
1#42DFED
2#57E3EF
3#6CE6F1
4#81EAF3
5#96EDF5
6#ABF1F7
7#C0F4F9
8#D5F8FB
9#EAFBFD
Tones
Muted variations
1#37D4E2
2#40CCD8
3#4AC4CF
4#53BCC5
5#5DB4BC
6#66ACB2
7#70A4A9
8#799C9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F5F9;
--cyan-300: #94EDF5;
--cyan-400: #5CE3F0;
--cyan-500: #2DDCEB;
--cyan-600: #13BECD;
--cyan-700: #0F97A3;
--cyan-800: #0B6C75;
--cyan-900: #07454B;
--cyan-950: #042B2F;
}