Sky Blue
#5BB2F1
BlueColor Codes
All color formats for development
HEX
#5BB2F1RGB
rgb(91, 178, 241)HSL
hsl(205, 84%, 65%)OKLCH
oklch(0.736 0.124 242.5)CMYK
cmyk(62%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CA4EE
2#1E96EB
3#1384D5
4#1071B7
5#0D5E98
6#0B4C7A
7#08395B
8#05263D
9#03131E
Tints
Lighter variations
1#6BBAF2
2#7CC2F4
3#8CC9F5
4#9CD1F6
5#ADD9F8
6#BDE0F9
7#CEE8FB
8#DEF0FC
9#EFF7FE
Tones
Muted variations
1#62B1E9
2#6AB0E2
3#71AEDA
4#79ADD3
5#80ACCB
6#88ABC4
7#8FA9BC
8#97A8B5
9#9EA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CD #93CDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB2 #5BB2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C9C #2C9CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1280 #1280CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E66 #0E66A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A49 #0A4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E2FA;
--sky-blue-300: #93CDF6;
--sky-blue-400: #5BB2F1;
--sky-blue-500: #2C9CED;
--sky-blue-600: #1280CE;
--sky-blue-700: #0E66A4;
--sky-blue-800: #0A4975;
--sky-blue-900: #072F4B;
--sky-blue-950: #041D2F;
}