Sky Blue
#5AA8F2
BlueColor Codes
All color formats for development
HEX
#5AA8F2RGB
rgb(90, 168, 242)HSL
hsl(209, 85%, 65%)OKLCH
oklch(0.714 0.133 249.1)CMYK
cmyk(63%, 31%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B98EF
2#1D88ED
3#1177D7
4#0F66B8
5#0C5599
6#0A447B
7#07335C
8#05223D
9#02111F
Tints
Lighter variations
1#6AB1F3
2#7BBAF4
3#8BC2F6
4#9CCBF7
5#ACD4F8
6#BDDCFA
7#CDE5FB
8#DEEEFC
9#EEF6FE
Tones
Muted variations
1#61A8EA
2#69A8E2
3#71A8DB
4#78A7D3
5#80A7CC
6#87A7C4
7#8FA7BD
8#97A6B5
9#9EA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DF #C2DFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C6 #92C6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA8 #5AA8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B90 #2B90EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1173 #1173D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D5C #0D5CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A42 #0A4276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062A #062A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DEEEFC;
--sky-blue-200: #C2DFFA;
--sky-blue-300: #92C6F6;
--sky-blue-400: #5AA8F2;
--sky-blue-500: #2B90EE;
--sky-blue-600: #1173D0;
--sky-blue-700: #0D5CA5;
--sky-blue-800: #0A4276;
--sky-blue-900: #062A4B;
--sky-blue-950: #041A2F;
}