Sky Blue
#5BE4F1
CyanColor Codes
All color formats for development
HEX
#5BE4F1RGB
rgb(91, 228, 241)HSL
hsl(185, 84%, 65%)OKLCH
oklch(0.849 0.119 204)CMYK
cmyk(62%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CDFEE
2#1EDAEB
3#13C5D5
4#10A9B7
5#0D8D98
6#0B717A
7#08555B
8#05383D
9#031C1E
Tints
Lighter variations
1#6BE7F2
2#7CEAF4
3#8CECF5
4#9CEFF6
5#ADF2F8
6#BDF4F9
7#CEF7FB
8#DEFAFC
9#EFFCFE
Tones
Muted variations
1#62DEE9
2#6AD8E2
3#71D1DA
4#79CBD3
5#80C5CB
6#88BFC4
7#8FB8BC
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 | 93ED #93EDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE4 #5BE4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CDD #2CDDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BF #12BFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E98 #0E98A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6C #0A6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | 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: #DEFAFC;
--sky-blue-200: #C2F5FA;
--sky-blue-300: #93EDF6;
--sky-blue-400: #5BE4F1;
--sky-blue-500: #2CDDED;
--sky-blue-600: #12BFCE;
--sky-blue-700: #0E98A4;
--sky-blue-800: #0A6C75;
--sky-blue-900: #07454B;
--sky-blue-950: #042B2F;
}