Sky Blue
#949DF5
BlueColor Codes
All color formats for development
HEX
#949DF5RGB
rgb(148, 157, 245)HSL
hsl(234, 83%, 77%)OKLCH
oklch(0.725 0.128 278.2)CMYK
cmyk(40%, 36%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#707DF2
2#4C5CEE
3#283BEB
4#1428D8
5#1121B4
6#0D1A90
7#0A146C
8#070D48
9#030724
Tints
Lighter variations
1#9EA7F6
2#A9B1F7
3#B4BBF8
4#BFC4F9
5#C9CEFA
6#D4D8FB
7#DFE2FC
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#99A1F0
2#9DA5EB
3#A2A9E6
4#A7ADE2
5#ACB1DD
6#B1B5D8
7#B6B9D3
8#BBBDCE
9#BFC0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949D #949DF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6A #5C6AF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D40 #2D40EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1326 #1326CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F1E #0F1EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B15 #0B1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070E #070E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FE;
--sky-blue-100: #DEE1FC;
--sky-blue-200: #C2C8F9;
--sky-blue-300: #949DF5;
--sky-blue-400: #5C6AF0;
--sky-blue-500: #2D40EB;
--sky-blue-600: #1326CD;
--sky-blue-700: #0F1EA3;
--sky-blue-800: #0B1575;
--sky-blue-900: #070E4B;
--sky-blue-950: #04092F;
}