Cyan
#1FEBF9
CyanColor Codes
All color formats for development
HEX
#1FEBF9RGB
rgb(31, 235, 249)HSL
hsl(184, 95%, 55%)OKLCH
oklch(0.858 0.143 202.7)CMYK
cmyk(88%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06E6F6
2#06CDDB
3#05B3BF
4#0499A4
5#048089
6#03666D
7#024D52
8#013337
9#011A1B
Tints
Lighter variations
1#36EDFA
2#4CEFFA
3#62F1FB
4#79F3FC
5#8FF5FC
6#A5F7FD
7#BCF9FD
8#D2FBFE
9#E9FDFE
Tones
Muted variations
1#2AE1EE
2#35D8E3
3#40CED9
4#4BC5CE
5#56BBC3
6#61B2B8
7#6CA9AD
8#769FA2
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 | BEF9 #BEF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF5 #8DF5FC | BordersInactive statesPlaceholder text |
| 400 | 51EF #51EFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FEB #1FEBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06CD #06CDDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A3 #04A3AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0374 #03747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FEFF;
--cyan-100: #DCFCFE;
--cyan-200: #BEF9FD;
--cyan-300: #8DF5FC;
--cyan-400: #51EFFB;
--cyan-500: #1FEBF9;
--cyan-600: #06CDDB;
--cyan-700: #04A3AE;
--cyan-800: #03747C;
--cyan-900: #024A50;
--cyan-950: #012E32;
}