Cyan
#1FD1F9
CyanColor Codes
All color formats for development
HEX
#1FD1F9RGB
rgb(31, 209, 249)HSL
hsl(191, 95%, 55%)OKLCH
oklch(0.797 0.14 218.9)CMYK
cmyk(88%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06CAF6
2#06B4DB
3#059DBF
4#0487A4
5#047089
6#035A6D
7#024352
8#012D37
9#01161B
Tints
Lighter variations
1#36D6FA
2#4CDAFA
3#62DFFB
4#79E4FC
5#8FE8FC
6#A5EDFD
7#BCF1FD
8#D2F6FE
9#E9FAFE
Tones
Muted variations
1#2ACAEE
2#35C3E3
3#40BDD9
4#4BB6CE
5#56AFC3
6#61A8B8
7#6CA1AD
8#769AA2
9#819397
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 | BEF2 #BEF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE8 #8DE8FC | BordersInactive statesPlaceholder text |
| 400 | 51DB #51DBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD1 #1FD1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B4 #06B4DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048F #048FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0366 #03667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #024150 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FCFF;
--cyan-100: #DCF8FE;
--cyan-200: #BEF2FD;
--cyan-300: #8DE8FC;
--cyan-400: #51DBFB;
--cyan-500: #1FD1F9;
--cyan-600: #06B4DB;
--cyan-700: #048FAE;
--cyan-800: #03667C;
--cyan-900: #024150;
--cyan-950: #012932;
}