Sky Blue
#94B3F5
BlueColor Codes
All color formats for development
HEX
#94B3F5RGB
rgb(148, 179, 245)HSL
hsl(221, 83%, 77%)OKLCH
oklch(0.769 0.101 264.8)CMYK
cmyk(40%, 27%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7099F2
2#4C7FEE
3#2866EB
4#1452D8
5#1144B4
6#0D3790
7#0A296C
8#071B48
9#030E24
Tints
Lighter variations
1#9EBAF6
2#A9C2F7
3#B4C9F8
4#BFD1F9
5#C9D9FA
6#D4E0FB
7#DFE8FC
8#EAF0FD
9#F4F7FE
Tones
Muted variations
1#99B4F0
2#9DB6EB
3#A2B8E6
4#A7BAE2
5#ACBBDD
6#B1BDD8
7#B6BFD3
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 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B3 #94B3F5 | BordersInactive statesPlaceholder text |
| 400 | 5C8B #5C8BF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D69 #2D69EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 134E #134ECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F3E #0F3EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2C #0B2C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071C #071C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DEE8FC;
--sky-blue-200: #C2D4F9;
--sky-blue-300: #94B3F5;
--sky-blue-400: #5C8BF0;
--sky-blue-500: #2D69EB;
--sky-blue-600: #134ECD;
--sky-blue-700: #0F3EA3;
--sky-blue-800: #0B2C75;
--sky-blue-900: #071C4B;
--sky-blue-950: #04122F;
}