Cyan
#1FD9F9
CyanColor Codes
All color formats for development
HEX
#1FD9F9RGB
rgb(31, 217, 249)HSL
hsl(189, 95%, 55%)OKLCH
oklch(0.815 0.139 213.8)CMYK
cmyk(88%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06D2F6
2#06BBDB
3#05A3BF
4#048CA4
5#047589
6#035D6D
7#024652
8#012F37
9#01171B
Tints
Lighter variations
1#36DCFA
2#4CE0FA
3#62E4FB
4#79E8FC
5#8FECFC
6#A5F0FD
7#BCF3FD
8#D2F7FE
9#E9FBFE
Tones
Muted variations
1#2AD1EE
2#35C9E3
3#40C2D9
4#4BBACE
5#56B2C3
6#61ABB8
7#6CA3AD
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 #BEF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFC | BordersInactive statesPlaceholder text |
| 400 | 51E1 #51E1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD9 #1FD9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BB #06BBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036A #036A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF9FE;
--cyan-200: #BEF4FD;
--cyan-300: #8DEBFC;
--cyan-400: #51E1FB;
--cyan-500: #1FD9F9;
--cyan-600: #06BBDB;
--cyan-700: #0495AE;
--cyan-800: #036A7C;
--cyan-900: #024450;
--cyan-950: #012A32;
}