Sky Blue
#5AD1F2
CyanColor Codes
All color formats for development
HEX
#5AD1F2RGB
rgb(90, 209, 242)HSL
hsl(193, 85%, 65%)OKLCH
oklch(0.806 0.115 219.2)CMYK
cmyk(63%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BC8EF
2#1DC0ED
3#11ACD7
4#0F93B8
5#0C7B99
6#0A627B
7#074A5C
8#05313D
9#02191F
Tints
Lighter variations
1#6AD5F3
2#7BDAF4
3#8BDFF6
4#9CE3F7
5#ACE8F8
6#BDECFA
7#CDF1FB
8#DEF6FC
9#EEFAFE
Tones
Muted variations
1#61CCEA
2#69C8E2
3#71C4DB
4#78C0D3
5#80BBCC
6#87B7C4
7#8FB3BD
8#97AEB5
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EEFA;
--sky-blue-300: #92E1F6;
--sky-blue-400: #5AD1F2;
--sky-blue-500: #2BC4EE;
--sky-blue-600: #11A6D0;
--sky-blue-700: #0D84A5;
--sky-blue-800: #0A5E76;
--sky-blue-900: #063C4B;
--sky-blue-950: #04262F;
}