Sky Blue
#94A1F4
BlueColor Codes
All color formats for development
HEX
#94A1F4RGB
rgb(148, 161, 244)HSL
hsl(232, 81%, 77%)OKLCH
oklch(0.732 0.121 276.2)CMYK
cmyk(39%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7182F0
2#4E63EC
3#2A44E9
4#1630D5
5#1328B2
6#0F208E
7#0B186B
8#071047
9#040824
Tints
Lighter variations
1#9FABF5
2#AAB4F6
3#B5BEF7
4#BFC7F8
5#CAD0F9
6#D5DAFB
7#DFE3FC
8#EAECFD
9#F4F6FE
Tones
Muted variations
1#9AA5EF
2#9EA8EA
3#A3ACE6
4#A8AFE1
5#ADB3DC
6#B1B6D7
7#B6BAD3
8#BBBDCE
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F4 | BordersInactive statesPlaceholder text |
| 400 | 5D71 #5D71EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F48 #2F48E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152E #152ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1124 #1124A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1A #0C1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #08114A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F3FE;
--sky-blue-100: #DFE3FC;
--sky-blue-200: #C3CAF9;
--sky-blue-300: #95A2F4;
--sky-blue-400: #5D71EE;
--sky-blue-500: #2F48E9;
--sky-blue-600: #152ECB;
--sky-blue-700: #1124A2;
--sky-blue-800: #0C1A73;
--sky-blue-900: #08114A;
--sky-blue-950: #050A2E;
}