Sky Blue
#95B6F3
BlueColor Codes
All color formats for development
HEX
#95B6F3RGB
rgb(149, 182, 243)HSL
hsl(219, 80%, 77%)OKLCH
oklch(0.775 0.095 262.4)CMYK
cmyk(39%, 25%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#729EEF
2#4F86EB
3#2B6DE7
4#185AD4
5#144BB1
6#103C8D
7#0C2D6A
8#081E47
9#040F23
Tints
Lighter variations
1#A0BEF4
2#ABC5F6
3#B5CCF7
4#C0D3F8
5#CADBF9
6#D5E2FA
7#DFE9FB
8#EAF0FD
9#F4F8FE
Tones
Muted variations
1#9AB8EF
2#9FB9EA
3#A4BAE5
4#A8BCE1
5#ADBDDC
6#B2BFD7
7#B6C0D2
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 | C3D6 #C3D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B6 #95B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5E90 #5E90ED | Disabled statesSecondary iconsMuted text |
| 500 | 3071 #3071E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1655 #1655CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1244 #1244A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D30 #0D3073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081F #081F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | 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: #C3D6F8;
--sky-blue-300: #95B6F3;
--sky-blue-400: #5E90ED;
--sky-blue-500: #3071E8;
--sky-blue-600: #1655CA;
--sky-blue-700: #1244A1;
--sky-blue-800: #0D3073;
--sky-blue-900: #081F49;
--sky-blue-950: #05132E;
}