Sky Blue
#94B7F5
BlueColor Codes
All color formats for development
HEX
#94B7F5RGB
rgb(148, 183, 245)HSL
hsl(218, 83%, 77%)OKLCH
oklch(0.777 0.097 261.6)CMYK
cmyk(40%, 25%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#709FF2
2#4C87EE
3#286FEB
4#145CD8
5#114CB4
6#0D3D90
7#0A2E6C
8#071F48
9#030F24
Tints
Lighter variations
1#9EBFF6
2#A9C6F7
3#B4CDF8
4#BFD4F9
5#C9DBFA
6#D4E2FB
7#DFEAFC
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#99B9F0
2#9DBAEB
3#A2BBE6
4#A7BDE2
5#ACBEDD
6#B1BFD8
7#B6C0D3
8#BBC2CE
9#BFC3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D7 #C2D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B7 #94B7F5 | BordersInactive statesPlaceholder text |
| 400 | 5C92 #5C92F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D73 #2D73EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1357 #1357CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F45 #0F45A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B32 #0B3275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204B | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DEE9FC;
--sky-blue-200: #C2D7F9;
--sky-blue-300: #94B7F5;
--sky-blue-400: #5C92F0;
--sky-blue-500: #2D73EB;
--sky-blue-600: #1357CD;
--sky-blue-700: #0F45A3;
--sky-blue-800: #0B3275;
--sky-blue-900: #07204B;
--sky-blue-950: #04142F;
}