Sky Blue
#95B8F3
BlueColor Codes
All color formats for development
HEX
#95B8F3RGB
rgb(149, 184, 243)HSL
hsl(218, 80%, 77%)OKLCH
oklch(0.779 0.093 260.7)CMYK
cmyk(39%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72A0EF
2#4F88EB
3#2B70E7
4#185DD4
5#144DB1
6#103E8D
7#0C2E6A
8#081F47
9#040F23
Tints
Lighter variations
1#A0BFF4
2#ABC6F6
3#B5CDF7
4#C0D4F8
5#CADBF9
6#D5E3FA
7#DFEAFB
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#9AB9EF
2#9FBAEA
3#A4BCE5
4#A8BDE1
5#ADBEDC
6#B2BFD7
7#B6C1D2
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 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E93 #5E93ED | Disabled statesSecondary iconsMuted text |
| 500 | 3074 #3074E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1658 #1658CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1246 #1246A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #082049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FD;
--sky-blue-100: #DFE9FB;
--sky-blue-200: #C3D7F8;
--sky-blue-300: #95B8F3;
--sky-blue-400: #5E93ED;
--sky-blue-500: #3074E8;
--sky-blue-600: #1658CA;
--sky-blue-700: #1246A1;
--sky-blue-800: #0D3273;
--sky-blue-900: #082049;
--sky-blue-950: #05142E;
}