Sky Blue
#94B1F5
BlueColor Codes
All color formats for development
HEX
#94B1F5RGB
rgb(148, 177, 245)HSL
hsl(222, 83%, 77%)OKLCH
oklch(0.765 0.103 266.3)CMYK
cmyk(40%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7097F2
2#4C7DEE
3#2862EB
4#144FD8
5#1142B4
6#0D3490
7#0A276C
8#071A48
9#030D24
Tints
Lighter variations
1#9EB9F6
2#A9C1F7
3#B4C8F8
4#BFD0F9
5#C9D8FA
6#D4E0FB
7#DFE8FC
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#99B3F0
2#9DB5EB
3#A2B7E6
4#A7B9E2
5#ACBBDD
6#B1BDD8
7#B6BFD3
8#BBC0CE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B1 #94B1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C88 #5C88F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D66 #2D66EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 134B #134BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F3C #0F3CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2B #0B2B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071B #071B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE7FC;
--sky-blue-200: #C2D3F9;
--sky-blue-300: #94B1F5;
--sky-blue-400: #5C88F0;
--sky-blue-500: #2D66EB;
--sky-blue-600: #134BCD;
--sky-blue-700: #0F3CA3;
--sky-blue-800: #0B2B75;
--sky-blue-900: #071B4B;
--sky-blue-950: #04112F;
}