Sky Blue
#95BBF3
BlueColor Codes
All color formats for development
HEX
#95BBF3RGB
rgb(149, 187, 243)HSL
hsl(216, 80%, 77%)OKLCH
oklch(0.785 0.09 257.9)CMYK
cmyk(39%, 23%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72A4EF
2#4F8DEB
3#2B77E7
4#1863D4
5#1452B1
6#10428D
7#0C316A
8#082147
9#041023
Tints
Lighter variations
1#A0C2F4
2#ABC9F6
3#B5CFF7
4#C0D6F8
5#CADDF9
6#D5E4FA
7#DFEBFB
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#9ABCEF
2#9FBDEA
3#A4BEE5
4#A8BFE1
5#ADC0DC
6#B2C1D7
7#B6C2D2
8#BBC2CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF3 | BordersInactive statesPlaceholder text |
| 400 | 5E97 #5E97ED | Disabled statesSecondary iconsMuted text |
| 500 | 307A #307AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 165E #165ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124B #124BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D36 #0D3673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #082249 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFEAFB;
--sky-blue-200: #C3D9F8;
--sky-blue-300: #95BBF3;
--sky-blue-400: #5E97ED;
--sky-blue-500: #307AE8;
--sky-blue-600: #165ECA;
--sky-blue-700: #124BA1;
--sky-blue-800: #0D3673;
--sky-blue-900: #082249;
--sky-blue-950: #05152E;
}