Sky Blue
#949AF5
BlueColor Codes
All color formats for development
HEX
#949AF5RGB
rgb(148, 154, 245)HSL
hsl(236, 83%, 77%)OKLCH
oklch(0.719 0.132 279.7)CMYK
cmyk(40%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7078F2
2#4C57EE
3#2835EB
4#1421D8
5#111CB4
6#0D1690
7#0A116C
8#070B48
9#030624
Tints
Lighter variations
1#9EA4F6
2#A9AEF7
3#B4B8F8
4#BFC2F9
5#C9CDFA
6#D4D7FB
7#DFE1FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#999EF0
2#9DA3EB
3#A2A7E6
4#A7ABE2
5#ACAFDD
6#B1B3D8
7#B6B8D3
8#BBBCCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949A #949AF5 | BordersInactive statesPlaceholder text |
| 400 | 5C66 #5C66F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D3A #2D3AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131F #131FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F19 #0F19A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE0FC;
--sky-blue-200: #C2C6F9;
--sky-blue-300: #949AF5;
--sky-blue-400: #5C66F0;
--sky-blue-500: #2D3AEB;
--sky-blue-600: #131FCD;
--sky-blue-700: #0F19A3;
--sky-blue-800: #0B1275;
--sky-blue-900: #070B4B;
--sky-blue-950: #04072F;
}