Sky Blue
#5AE2F2
CyanColor Codes
All color formats for development
HEX
#5AE2F2RGB
rgb(90, 226, 242)HSL
hsl(186, 85%, 65%)OKLCH
oklch(0.845 0.118 206.1)CMYK
cmyk(63%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BDDEF
2#1DD8ED
3#11C3D7
4#0FA7B8
5#0C8B99
6#0A6F7B
7#07545C
8#05383D
9#021C1F
Tints
Lighter variations
1#6AE5F3
2#7BE8F4
3#8BEBF6
4#9CEEF7
5#ACF1F8
6#BDF4FA
7#CDF6FB
8#DEF9FC
9#EEFCFE
Tones
Muted variations
1#61DCEA
2#69D6E2
3#71D0DB
4#78CAD3
5#80C4CC
6#87BEC4
7#8FB8BD
8#97B2B5
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EC #92ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE2 #5AE2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDA #2BDAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11BC #11BCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D96 #0D96A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0645 #06454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F4FA;
--sky-blue-300: #92ECF6;
--sky-blue-400: #5AE2F2;
--sky-blue-500: #2BDAEE;
--sky-blue-600: #11BCD0;
--sky-blue-700: #0D96A5;
--sky-blue-800: #0A6B76;
--sky-blue-900: #06454B;
--sky-blue-950: #042B2F;
}