Sky Blue
#94B6F5
BlueColor Codes
All color formats for development
HEX
#94B6F5RGB
rgb(148, 182, 245)HSL
hsl(219, 83%, 77%)OKLCH
oklch(0.775 0.098 262.4)CMYK
cmyk(40%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#709DF2
2#4C85EE
3#286CEB
4#1458D8
5#114AB4
6#0D3B90
7#0A2C6C
8#071D48
9#030F24
Tints
Lighter variations
1#9EBDF6
2#A9C4F7
3#B4CCF8
4#BFD3F9
5#C9DAFA
6#D4E2FB
7#DFE9FC
8#EAF0FD
9#F4F8FE
Tones
Muted variations
1#99B7F0
2#9DB9EB
3#A2BAE6
4#A7BCE2
5#ACBDDD
6#B1BFD8
7#B6C0D3
8#BBC1CE
9#BFC3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B6 #94B6F5 | BordersInactive statesPlaceholder text |
| 400 | 5C90 #5C90F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D70 #2D70EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1354 #1354CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F43 #0F43A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B30 #0B3075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071F #071F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0413 #04132F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE9FC;
--sky-blue-200: #C2D6F9;
--sky-blue-300: #94B6F5;
--sky-blue-400: #5C90F0;
--sky-blue-500: #2D70EB;
--sky-blue-600: #1354CD;
--sky-blue-700: #0F43A3;
--sky-blue-800: #0B3075;
--sky-blue-900: #071F4B;
--sky-blue-950: #04132F;
}