Sky Blue
#94A1F5
BlueColor Codes
All color formats for development
HEX
#94A1F5RGB
rgb(148, 161, 245)HSL
hsl(232, 83%, 77%)OKLCH
oklch(0.733 0.123 276.2)CMYK
cmyk(40%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7081F2
2#4C61EE
3#2842EB
4#142ED8
5#1126B4
6#0D1F90
7#0A176C
8#070F48
9#030824
Tints
Lighter variations
1#9EAAF6
2#A9B4F7
3#B4BDF8
4#BFC6F9
5#C9D0FA
6#D4D9FB
7#DFE3FC
8#EAECFD
9#F4F6FE
Tones
Muted variations
1#99A4F0
2#9DA8EB
3#A2ABE6
4#A7AFE2
5#ACB3DD
6#B1B6D8
7#B6BAD3
8#BBBDCE
9#BFC1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C6F #5C6FF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D46 #2D46EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132C #132CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F23 #0F23A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DEE2FC;
--sky-blue-200: #C2CAF9;
--sky-blue-300: #94A1F5;
--sky-blue-400: #5C6FF0;
--sky-blue-500: #2D46EB;
--sky-blue-600: #132CCD;
--sky-blue-700: #0F23A3;
--sky-blue-800: #0B1975;
--sky-blue-900: #07104B;
--sky-blue-950: #040A2F;
}