Sky Blue
#5BE2F1
CyanColor Codes
All color formats for development
HEX
#5BE2F1RGB
rgb(91, 226, 241)HSL
hsl(186, 84%, 65%)OKLCH
oklch(0.845 0.118 205.4)CMYK
cmyk(62%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CDCEE
2#1ED7EB
3#13C2D5
4#10A6B7
5#0D8B98
6#0B6F7A
7#08535B
8#05373D
9#031C1E
Tints
Lighter variations
1#6BE5F2
2#7CE8F4
3#8CEBF5
4#9CEDF6
5#ADF0F8
6#BDF3F9
7#CEF6FB
8#DEF9FC
9#EFFCFE
Tones
Muted variations
1#62DCE9
2#6AD6E2
3#71D0DA
4#79CAD3
5#80C4CB
6#88BEC4
7#8FB8BC
8#97B2B5
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EC #93ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE2 #5BE2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD9 #2CD9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BC #12BCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E95 #0E95A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | 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: #F1FCFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F4FA;
--sky-blue-300: #93ECF6;
--sky-blue-400: #5BE2F1;
--sky-blue-500: #2CD9ED;
--sky-blue-600: #12BCCE;
--sky-blue-700: #0E95A4;
--sky-blue-800: #0A6B75;
--sky-blue-900: #07444B;
--sky-blue-950: #042B2F;
}