Sky Blue
#5AE5F2
CyanColor Codes
All color formats for development
HEX
#5AE5F2RGB
rgb(90, 229, 242)HSL
hsl(185, 85%, 65%)OKLCH
oklch(0.852 0.12 203.9)CMYK
cmyk(63%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BE0EF
2#1DDBED
3#11C6D7
4#0FAAB8
5#0C8E99
6#0A717B
7#07555C
8#05393D
9#021C1F
Tints
Lighter variations
1#6AE8F3
2#7BEAF4
3#8BEDF6
4#9CEFF7
5#ACF2F8
6#BDF5FA
7#CDF7FB
8#DEFAFC
9#EEFCFE
Tones
Muted variations
1#61DFEA
2#69D8E2
3#71D2DB
4#78CCD3
5#80C5CC
6#87BFC4
7#8FB9BD
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 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE5 #5AE5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDE #2BDEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C0 #11C0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D98 #0D98A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6D #0A6D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFAFC;
--sky-blue-200: #C2F5FA;
--sky-blue-300: #92EEF6;
--sky-blue-400: #5AE5F2;
--sky-blue-500: #2BDEEE;
--sky-blue-600: #11C0D0;
--sky-blue-700: #0D98A5;
--sky-blue-800: #0A6D76;
--sky-blue-900: #06464B;
--sky-blue-950: #042C2F;
}