Sky Blue
#94ACF5
BlueColor Codes
All color formats for development
HEX
#94ACF5RGB
rgb(148, 172, 245)HSL
hsl(225, 83%, 77%)OKLCH
oklch(0.755 0.109 269.7)CMYK
cmyk(40%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7090F2
2#4C74EE
3#2859EB
4#1445D8
5#1139B4
6#0D2E90
7#0A226C
8#071748
9#030B24
Tints
Lighter variations
1#9EB4F6
2#A9BDF7
3#B4C5F8
4#BFCDF9
5#C9D6FA
6#D4DEFB
7#DFE6FC
8#EAEEFD
9#F4F7FE
Tones
Muted variations
1#99AEF0
2#9DB1EB
3#A2B3E6
4#A7B6E2
5#ACB8DD
6#B1BBD8
7#B6BDD3
8#BBBFCE
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 | C2D0 #C2D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF5 | BordersInactive statesPlaceholder text |
| 400 | 5C81 #5C81F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D5D #2D5DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1342 #1342CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F34 #0F34A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B25 #0B2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | 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: #C2D0F9;
--sky-blue-300: #94ACF5;
--sky-blue-400: #5C81F0;
--sky-blue-500: #2D5DEB;
--sky-blue-600: #1342CD;
--sky-blue-700: #0F34A3;
--sky-blue-800: #0B2575;
--sky-blue-900: #07184B;
--sky-blue-950: #040F2F;
}