Sky Blue
#94B6F4
BlueColor Codes
All color formats for development
HEX
#94B6F4RGB
rgb(148, 182, 244)HSL
hsl(219, 81%, 77%)OKLCH
oklch(0.775 0.097 262.1)CMYK
cmyk(39%, 25%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#719EF0
2#4E85EC
3#2A6DE9
4#1659D5
5#134AB2
6#0F3B8E
7#0B2D6B
8#071E47
9#040F24
Tints
Lighter variations
1#9FBDF5
2#AAC5F6
3#B5CCF7
4#BFD3F8
5#CADBF9
6#D5E2FB
7#DFE9FC
8#EAF0FD
9#F4F8FE
Tones
Muted variations
1#9AB8EF
2#9EB9EA
3#A3BAE6
4#A8BCE1
5#ADBDDC
6#B1BFD7
7#B6C0D3
8#BBC1CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D6 #C3D6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D90 #5D90EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F70 #2F70E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1555 #1555CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1144 #1144A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C30 #0C3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FE;
--sky-blue-100: #DFE9FC;
--sky-blue-200: #C3D6F9;
--sky-blue-300: #95B6F4;
--sky-blue-400: #5D90EE;
--sky-blue-500: #2F70E9;
--sky-blue-600: #1555CB;
--sky-blue-700: #1144A2;
--sky-blue-800: #0C3073;
--sky-blue-900: #081F4A;
--sky-blue-950: #05132E;
}