Sky Blue
#94A2F5
BlueColor Codes
All color formats for development
HEX
#94A2F5RGB
rgb(148, 162, 245)HSL
hsl(231, 83%, 77%)OKLCH
oklch(0.735 0.121 275.7)CMYK
cmyk(40%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7083F2
2#4C64EE
3#2845EB
4#1431D8
5#1129B4
6#0D2190
7#0A196C
8#071048
9#030824
Tints
Lighter variations
1#9EACF6
2#A9B5F7
3#B4BEF8
4#BFC7F9
5#C9D1FA
6#D4DAFB
7#DFE3FC
8#EAECFD
9#F4F6FE
Tones
Muted variations
1#99A6F0
2#9DA9EB
3#A2ACE6
4#A7B0E2
5#ACB3DD
6#B1B7D8
7#B6BAD3
8#BBBECE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A2 #94A2F5 | BordersInactive statesPlaceholder text |
| 400 | 5C72 #5C72F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4A #2D4AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132F #132FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F25 #0F25A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DEE3FC;
--sky-blue-200: #C2CBF9;
--sky-blue-300: #94A2F5;
--sky-blue-400: #5C72F0;
--sky-blue-500: #2D4AEB;
--sky-blue-600: #132FCD;
--sky-blue-700: #0F25A3;
--sky-blue-800: #0B1B75;
--sky-blue-900: #07114B;
--sky-blue-950: #040B2F;
}