Cyan
#1DDAFC
CyanColor Codes
All color formats for development
HEX
#1DDAFCRGB
rgb(29, 218, 252)HSL
hsl(189, 97%, 55%)OKLCH
oklch(0.819 0.141 214.8)CMYK
cmyk(88%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04D4F9
2#03BCDD
3#03A5C1
4#038DA6
5#02768A
6#025E6F
7#014753
8#012F37
9#00181C
Tints
Lighter variations
1#34DEFC
2#4AE2FC
3#61E5FD
4#77E9FD
5#8EEDFD
6#A5F0FE
7#BBF4FE
8#D2F8FE
9#E8FBFF
Tones
Muted variations
1#28D2F0
2#33CBE5
3#3EC3DA
4#49BBCF
5#55B3C4
6#60ABB9
7#6BA4AE
8#769CA3
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEC #8BECFD | BordersInactive statesPlaceholder text |
| 400 | 4FE2 #4FE2FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDA #1DDAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03BC #03BCDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0396 #0396B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026B #026B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0145 #014550 | 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: #F0FDFF;
--cyan-100: #DCF9FE;
--cyan-200: #BEF4FE;
--cyan-300: #8BECFD;
--cyan-400: #4FE2FC;
--cyan-500: #1DDAFC;
--cyan-600: #03BCDD;
--cyan-700: #0396B0;
--cyan-800: #026B7E;
--cyan-900: #014550;
--cyan-950: #012B32;
}