Cyan
#1FD5F9
CyanColor Codes
All color formats for development
HEX
#1FD5F9RGB
rgb(31, 213, 249)HSL
hsl(190, 95%, 55%)OKLCH
oklch(0.806 0.139 216.4)CMYK
cmyk(88%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06CEF6
2#06B7DB
3#05A0BF
4#0489A4
5#047389
6#035C6D
7#024552
8#012E37
9#01171B
Tints
Lighter variations
1#36D9FA
2#4CDDFA
3#62E2FB
4#79E6FC
5#8FEAFC
6#A5EEFD
7#BCF2FD
8#D2F7FE
9#E9FBFE
Tones
Muted variations
1#2ACEEE
2#35C6E3
3#40BFD9
4#4BB8CE
5#56B1C3
6#61A9B8
7#6CA2AD
8#769BA2
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FC | BordersInactive statesPlaceholder text |
| 400 | 51DE #51DEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD5 #1FD5F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B7 #06B7DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0368 #03687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | 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: #DCF8FE;
--cyan-200: #BEF3FD;
--cyan-300: #8DE9FC;
--cyan-400: #51DEFB;
--cyan-500: #1FD5F9;
--cyan-600: #06B7DB;
--cyan-700: #0492AE;
--cyan-800: #03687C;
--cyan-900: #024350;
--cyan-950: #012A32;
}