Sky Blue
#94BCF5
BlueColor Codes
All color formats for development
HEX
#94BCF5RGB
rgb(148, 188, 245)HSL
hsl(215, 83%, 77%)OKLCH
oklch(0.787 0.092 257.2)CMYK
cmyk(40%, 23%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70A6F2
2#4C90EE
3#2879EB
4#1466D8
5#1155B4
6#0D4490
7#0A336C
8#072248
9#031124
Tints
Lighter variations
1#9EC3F6
2#A9CAF7
3#B4D0F8
4#BFD7F9
5#C9DEFA
6#D4E4FB
7#DFEBFC
8#EAF2FD
9#F4F8FE
Tones
Muted variations
1#99BDF0
2#9DBEEB
3#A2BFE6
4#A7BFE2
5#ACC0DD
6#B1C1D8
7#B6C2D3
8#BBC3CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DEEBFC;
--sky-blue-200: #C2D9F9;
--sky-blue-300: #94BCF5;
--sky-blue-400: #5C99F0;
--sky-blue-500: #2D7CEB;
--sky-blue-600: #1361CD;
--sky-blue-700: #0F4DA3;
--sky-blue-800: #0B3775;
--sky-blue-900: #07234B;
--sky-blue-950: #04162F;
}