Sky Blue
#94C3F5
BlueColor Codes
All color formats for development
HEX
#94C3F5RGB
rgb(148, 195, 245)HSL
hsl(211, 83%, 77%)OKLCH
oklch(0.802 0.087 250.5)CMYK
cmyk(40%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70AFF2
2#4C9AEE
3#2886EB
4#1473D8
5#115FB4
6#0D4C90
7#0A396C
8#072648
9#031324
Tints
Lighter variations
1#9EC9F6
2#A9CFF7
3#B4D5F8
4#BFDBF9
5#C9E1FA
6#D4E7FB
7#DFEDFC
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#99C3F0
2#9DC3EB
3#A2C3E6
4#A7C3E2
5#ACC4DD
6#B1C4D8
7#B6C4D3
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 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DD #C2DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C3 #94C3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA3 #5CA3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D89 #2D89EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136D #136DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F57 #0F57A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3E #0B3E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0728 #07284B | Primary textHigh emphasis contentDark headings |
| 950 | 0419 #04192F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEEDFC;
--sky-blue-200: #C2DDF9;
--sky-blue-300: #94C3F5;
--sky-blue-400: #5CA3F0;
--sky-blue-500: #2D89EB;
--sky-blue-600: #136DCD;
--sky-blue-700: #0F57A3;
--sky-blue-800: #0B3E75;
--sky-blue-900: #07284B;
--sky-blue-950: #04192F;
}