Sky Blue
#5BD5F1
CyanColor Codes
All color formats for development
HEX
#5BD5F1RGB
rgb(91, 213, 241)HSL
hsl(191, 84%, 65%)OKLCH
oklch(0.815 0.114 215.5)CMYK
cmyk(62%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CCDEE
2#1EC6EB
3#13B2D5
4#1098B7
5#0D7F98
6#0B667A
7#084C5B
8#05333D
9#03191E
Tints
Lighter variations
1#6BD9F2
2#7CDEF4
3#8CE2F5
4#9CE6F6
5#ADEAF8
6#BDEEF9
7#CEF2FB
8#DEF7FC
9#EFFBFE
Tones
Muted variations
1#62D0E9
2#6ACCE2
3#71C7DA
4#79C2D3
5#80BDCB
6#88B9C4
7#8FB4BC
8#97AFB5
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E4 #93E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD5 #5BD5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC9 #2CC9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AC #12ACCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E89 #0E89A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF7FC;
--sky-blue-200: #C2EFFA;
--sky-blue-300: #93E4F6;
--sky-blue-400: #5BD5F1;
--sky-blue-500: #2CC9ED;
--sky-blue-600: #12ACCE;
--sky-blue-700: #0E89A4;
--sky-blue-800: #0A6275;
--sky-blue-900: #073F4B;
--sky-blue-950: #04272F;
}