Sky Blue
#94AEF4
BlueColor Codes
All color formats for development
HEX
#94AEF4RGB
rgb(148, 174, 244)HSL
hsl(224, 81%, 77%)OKLCH
oklch(0.758 0.105 268.2)CMYK
cmyk(39%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7193F0
2#4E78EC
3#2A5DE9
4#1649D5
5#133DB2
6#0F318E
7#0B256B
8#071847
9#040C24
Tints
Lighter variations
1#9FB6F5
2#AABEF6
3#B5C6F7
4#BFCFF8
5#CAD7F9
6#D5DFFB
7#DFE7FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AB0EF
2#9EB3EA
3#A3B5E6
4#A8B7E1
5#ADB9DC
6#B1BBD7
7#B6BED3
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 | C3D1 #C3D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D84 #5D84EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F61 #2F61E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1546 #1546CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1138 #1138A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C28 #0C2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0819 #08194A | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | 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: #C3D1F9;
--sky-blue-300: #95AEF4;
--sky-blue-400: #5D84EE;
--sky-blue-500: #2F61E9;
--sky-blue-600: #1546CB;
--sky-blue-700: #1138A2;
--sky-blue-800: #0C2873;
--sky-blue-900: #08194A;
--sky-blue-950: #05102E;
}