Sky Blue
#5AA3F2
BlueColor Codes
All color formats for development
HEX
#5AA3F2RGB
rgb(90, 163, 242)HSL
hsl(211, 85%, 65%)OKLCH
oklch(0.703 0.138 252)CMYK
cmyk(63%, 33%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B92EF
2#1D81ED
3#1171D7
4#0F61B8
5#0C5199
6#0A407B
7#07305C
8#05203D
9#02101F
Tints
Lighter variations
1#6AACF3
2#7BB6F4
3#8BBFF6
4#9CC8F7
5#ACD1F8
6#BDDAFA
7#CDE3FB
8#DEEDFC
9#EEF6FE
Tones
Muted variations
1#61A3EA
2#69A4E2
3#71A4DB
4#78A4D3
5#80A4CC
6#87A5C4
7#8FA5BD
8#97A5B5
9#9EA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C3 #92C3F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA3 #5AA3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B89 #2B89EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116D #116DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D57 #0D57A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3E #0A3E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0628 #06284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DDFA;
--sky-blue-300: #92C3F6;
--sky-blue-400: #5AA3F2;
--sky-blue-500: #2B89EE;
--sky-blue-600: #116DD0;
--sky-blue-700: #0D57A5;
--sky-blue-800: #0A3E76;
--sky-blue-900: #06284B;
--sky-blue-950: #04192F;
}