Sky Blue
#94ACF4
BlueColor Codes
All color formats for development
HEX
#94ACF4RGB
rgb(148, 172, 244)HSL
hsl(225, 81%, 77%)OKLCH
oklch(0.754 0.108 269.6)CMYK
cmyk(39%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7191F0
2#4E75EC
3#2A5AE9
4#1646D5
5#133AB2
6#0F2F8E
7#0B236B
8#071747
9#040C24
Tints
Lighter variations
1#9FB5F5
2#AABDF6
3#B5C5F7
4#BFCEF8
5#CAD6F9
6#D5DEFB
7#DFE6FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AAFEF
2#9EB1EA
3#A3B4E6
4#A8B6E1
5#ADB8DC
6#B1BBD7
7#B6BDD3
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF4 | BordersInactive statesPlaceholder text |
| 400 | 5D82 #5D82EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F5E #2F5EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1543 #1543CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1135 #1135A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C26 #0C2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #08184A | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DFE6FC;
--sky-blue-200: #C3D0F9;
--sky-blue-300: #95ADF4;
--sky-blue-400: #5D82EE;
--sky-blue-500: #2F5EE9;
--sky-blue-600: #1543CB;
--sky-blue-700: #1135A2;
--sky-blue-800: #0C2673;
--sky-blue-900: #08184A;
--sky-blue-950: #050F2E;
}