Sky Blue
#96BEF3
BlueColor Codes
All color formats for development
HEX
#96BEF3RGB
rgb(150, 190, 243)HSL
hsl(214, 79%, 77%)OKLCH
oklch(0.792 0.087 255.6)CMYK
cmyk(38%, 22%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73A8EF
2#5093EA
3#2D7DE6
4#1969D3
5#1558B0
6#10468D
7#0C3569
8#082346
9#041223
Tints
Lighter variations
1#A1C5F4
2#ABCBF5
3#B6D2F6
4#C0D8F8
5#CBDFF9
6#D5E5FA
7#E0ECFB
8#EAF2FD
9#F5F9FE
Tones
Muted variations
1#9BBFEE
2#9FBFE9
3#A4C0E5
4#A9C1E0
5#ADC1DC
6#B2C2D7
7#B6C2D2
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BE #96BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9C #5F9CEC | Disabled statesSecondary iconsMuted text |
| 500 | 3280 #3280E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1864 #1864C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1350 #1350A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEBFB;
--sky-blue-200: #C4DAF8;
--sky-blue-300: #96BEF3;
--sky-blue-400: #5F9CEC;
--sky-blue-500: #3280E7;
--sky-blue-600: #1864C9;
--sky-blue-700: #1350A0;
--sky-blue-800: #0D3972;
--sky-blue-900: #092549;
--sky-blue-950: #05172E;
}