Cyan
#1ED9FA
CyanColor Codes
All color formats for development
HEX
#1ED9FARGB
rgb(30, 217, 250)HSL
hsl(189, 96%, 55%)OKLCH
oklch(0.816 0.14 214.3)CMYK
cmyk(88%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05D3F7
2#04BCDC
3#04A4C0
4#038DA5
5#037589
6#025E6E
7#024652
8#012F37
9#01171B
Tints
Lighter variations
1#35DDFB
2#4BE1FB
3#62E5FC
4#78E8FC
5#8FECFD
6#A5F0FD
7#BCF4FE
8#D2F7FE
9#E9FBFF
Tones
Muted variations
1#29D2EF
2#34CAE4
3#3FC2D9
4#4ABBCE
5#55B3C3
6#60ABB8
7#6BA3AD
8#769CA2
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEC #8CECFD | BordersInactive statesPlaceholder text |
| 400 | 50E2 #50E2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED9 #1ED9FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BC #04BCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036B #036B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF9FE;
--cyan-200: #BEF4FE;
--cyan-300: #8CECFD;
--cyan-400: #50E2FB;
--cyan-500: #1ED9FA;
--cyan-600: #04BCDC;
--cyan-700: #0495AF;
--cyan-800: #036B7D;
--cyan-900: #024450;
--cyan-950: #012B32;
}