Sky Blue
#5BC4F1
BlueColor Codes
All color formats for development
HEX
#5BC4F1RGB
rgb(91, 196, 241)HSL
hsl(198, 84%, 65%)OKLCH
oklch(0.776 0.116 229.1)CMYK
cmyk(62%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CB9EE
2#1EAEEB
3#139BD5
4#1085B7
5#0D6F98
6#0B597A
7#08425B
8#052C3D
9#03161E
Tints
Lighter variations
1#6BCAF2
2#7CD0F4
3#8CD6F5
4#9CDBF6
5#ADE1F8
6#BDE7F9
7#CEEDFB
8#DEF3FC
9#EFF9FE
Tones
Muted variations
1#62C1E9
2#6ABEE2
3#71BBDA
4#79B8D3
5#80B5CB
6#88B2C4
7#8FAFBC
8#97ACB5
9#9EA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D8 #93D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BC4 #5BC4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB3 #2CB3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1296 #1296CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E77 #0E77A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF3FC;
--sky-blue-200: #C2E9FA;
--sky-blue-300: #93D8F6;
--sky-blue-400: #5BC4F1;
--sky-blue-500: #2CB3ED;
--sky-blue-600: #1296CE;
--sky-blue-700: #0E77A4;
--sky-blue-800: #0A5575;
--sky-blue-900: #07374B;
--sky-blue-950: #04222F;
}