Sky Blue
#5BD3F1
CyanColor Codes
All color formats for development
HEX
#5BD3F1RGB
rgb(91, 211, 241)HSL
hsl(192, 84%, 65%)OKLCH
oklch(0.81 0.114 217.1)CMYK
cmyk(62%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CCBEE
2#1EC2EB
3#13AFD5
4#1096B7
5#0D7D98
6#0B647A
7#084B5B
8#05323D
9#03191E
Tints
Lighter variations
1#6BD7F2
2#7CDCF4
3#8CE0F5
4#9CE4F6
5#ADE9F8
6#BDEDF9
7#CEF2FB
8#DEF6FC
9#EFFBFE
Tones
Muted variations
1#62CEE9
2#6ACAE2
3#71C5DA
4#79C1D3
5#80BCCB
6#88B8C4
7#8FB3BC
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 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E2 #93E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD3 #5BD3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC6 #2CC6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A9 #12A9CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E86 #0E86A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EFFA;
--sky-blue-300: #93E2F6;
--sky-blue-400: #5BD3F1;
--sky-blue-500: #2CC6ED;
--sky-blue-600: #12A9CE;
--sky-blue-700: #0E86A4;
--sky-blue-800: #0A6075;
--sky-blue-900: #073D4B;
--sky-blue-950: #04262F;
}