Sky Blue
#94CEF5
BlueColor Codes
All color formats for development
HEX
#94CEF5RGB
rgb(148, 206, 245)HSL
hsl(204, 83%, 77%)OKLCH
oklch(0.826 0.081 238.4)CMYK
cmyk(40%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70BEF2
2#4CADEE
3#289DEB
4#1489D8
5#1172B4
6#0D5C90
7#0A456C
8#072E48
9#031724
Tints
Lighter variations
1#9ED3F6
2#A9D8F7
3#B4DDF8
4#BFE2F9
5#C9E7FA
6#D4EBFB
7#DFF0FC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#99CDF0
2#9DCCEB
3#A2CBE6
4#A7CAE2
5#ACC9DD
6#B1C8D8
7#B6C7D3
8#BBC6CE
9#BFC5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB5 #5CB5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9F #2D9FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1383 #1383CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F68 #0F68A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DEF0FC;
--sky-blue-200: #C2E3F9;
--sky-blue-300: #94CEF5;
--sky-blue-400: #5CB5F0;
--sky-blue-500: #2D9FEB;
--sky-blue-600: #1383CD;
--sky-blue-700: #0F68A3;
--sky-blue-800: #0B4A75;
--sky-blue-900: #07304B;
--sky-blue-950: #041E2F;
}