Sky Blue
#5AB0F2
BlueColor Codes
All color formats for development
HEX
#5AB0F2RGB
rgb(90, 176, 242)HSL
hsl(206, 85%, 65%)OKLCH
oklch(0.731 0.127 244)CMYK
cmyk(63%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BA1EF
2#1D92ED
3#1181D7
4#0F6FB8
5#0C5C99
6#0A4A7B
7#07375C
8#05253D
9#02121F
Tints
Lighter variations
1#6AB8F3
2#7BC0F4
3#8BC8F6
4#9CD0F7
5#ACD7F8
6#BDDFFA
7#CDE7FB
8#DEEFFC
9#EEF7FE
Tones
Muted variations
1#61AFEA
2#69AEE2
3#71ADDB
4#78ACD3
5#80ABCC
6#87AAC4
7#8FA9BD
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CB #92CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB0 #5AB0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B99 #2B99EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117D #117DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D63 #0D63A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062D #062D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEFFC;
--sky-blue-200: #C2E2FA;
--sky-blue-300: #92CBF6;
--sky-blue-400: #5AB0F2;
--sky-blue-500: #2B99EE;
--sky-blue-600: #117DD0;
--sky-blue-700: #0D63A5;
--sky-blue-800: #0A4776;
--sky-blue-900: #062D4B;
--sky-blue-950: #041C2F;
}