Cyan
#1DEDFC
CyanColor Codes
All color formats for development
HEX
#1DEDFCRGB
rgb(29, 237, 252)HSL
hsl(184, 97%, 55%)OKLCH
oklch(0.863 0.144 203.2)CMYK
cmyk(88%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04E8F9
2#03CFDD
3#03B5C1
4#039BA6
5#02818A
6#02676F
7#014D53
8#013437
9#001A1C
Tints
Lighter variations
1#34EFFC
2#4AF0FC
3#61F2FD
4#77F4FD
5#8EF6FD
6#A5F8FE
7#BBFAFE
8#D2FBFE
9#E8FDFF
Tones
Muted variations
1#28E3F0
2#33D9E5
3#3ED0DA
4#49C6CF
5#55BCC4
6#60B3B9
7#6BA9AE
8#76A0A3
9#819697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEFAFE;
--cyan-300: #8BF6FD;
--cyan-400: #4FF1FC;
--cyan-500: #1DEDFC;
--cyan-600: #03CFDD;
--cyan-700: #03A4B0;
--cyan-800: #02757E;
--cyan-900: #014B50;
--cyan-950: #012F32;
}