Sky Blue
#94C1F5
BlueColor Codes
All color formats for development
HEX
#94C1F5RGB
rgb(148, 193, 245)HSL
hsl(212, 83%, 77%)OKLCH
oklch(0.798 0.088 252.5)CMYK
cmyk(40%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70ACF2
2#4C98EE
3#2883EB
4#146FD8
5#115DB4
6#0D4A90
7#0A386C
8#072548
9#031324
Tints
Lighter variations
1#9EC7F6
2#A9CDF7
3#B4D4F8
4#BFDAF9
5#C9E0FA
6#D4E6FB
7#DFECFC
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#99C1F0
2#9DC2EB
3#A2C2E6
4#A7C2E2
5#ACC3DD
6#B1C3D8
7#B6C3D3
8#BBC4CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA1 #5CA1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D86 #2D86EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136A #136ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F54 #0F54A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DCF9;
--sky-blue-300: #94C1F5;
--sky-blue-400: #5CA1F0;
--sky-blue-500: #2D86EB;
--sky-blue-600: #136ACD;
--sky-blue-700: #0F54A3;
--sky-blue-800: #0B3C75;
--sky-blue-900: #07274B;
--sky-blue-950: #04182F;
}