Sky Blue
#94AEF5
BlueColor Codes
All color formats for development
HEX
#94AEF5RGB
rgb(148, 174, 245)HSL
hsl(224, 83%, 77%)OKLCH
oklch(0.759 0.107 268.4)CMYK
cmyk(40%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7092F2
2#4C77EE
3#285CEB
4#1448D8
5#113CB4
6#0D3090
7#0A246C
8#071848
9#030C24
Tints
Lighter variations
1#9EB6F6
2#A9BEF7
3#B4C6F8
4#BFCEF9
5#C9D6FA
6#D4DEFB
7#DFE7FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#99B0F0
2#9DB2EB
3#A2B4E6
4#A7B7E2
5#ACB9DD
6#B1BBD8
7#B6BED3
8#BBC0CE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D1 #C2D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AE #94AEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C83 #5C83F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D60 #2D60EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1345 #1345CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F37 #0F37A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B27 #0B2775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0719 #07194B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE6FC;
--sky-blue-200: #C2D1F9;
--sky-blue-300: #94AEF5;
--sky-blue-400: #5C83F0;
--sky-blue-500: #2D60EB;
--sky-blue-600: #1345CD;
--sky-blue-700: #0F37A3;
--sky-blue-800: #0B2775;
--sky-blue-900: #07194B;
--sky-blue-950: #04102F;
}