Sky Blue
#95AAF3
BlueColor Codes
All color formats for development
HEX
#95AAF3RGB
rgb(149, 170, 243)HSL
hsl(227, 80%, 77%)OKLCH
oklch(0.75 0.108 271.3)CMYK
cmyk(39%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728DEF
2#4F71EB
3#2B54E7
4#1840D4
5#1436B1
6#102B8D
7#0C206A
8#081547
9#040B23
Tints
Lighter variations
1#A0B2F4
2#ABBBF6
3#B5C3F7
4#C0CCF8
5#CAD4F9
6#D5DDFA
7#DFE5FB
8#EAEEFD
9#F4F6FE
Tones
Muted variations
1#9AACEF
2#9FAFEA
3#A4B2E5
4#A8B4E1
5#ADB7DC
6#B2BAD7
7#B6BCD2
8#BBBFCE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CF #C3CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AA #95AAF3 | BordersInactive statesPlaceholder text |
| 400 | 5E7D #5E7DED | Disabled statesSecondary iconsMuted text |
| 500 | 3058 #3058E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 163D #163DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1231 #1231A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D23 #0D2373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0816 #081649 | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE5FB;
--sky-blue-200: #C3CFF8;
--sky-blue-300: #95AAF3;
--sky-blue-400: #5E7DED;
--sky-blue-500: #3058E8;
--sky-blue-600: #163DCA;
--sky-blue-700: #1231A1;
--sky-blue-800: #0D2373;
--sky-blue-900: #081649;
--sky-blue-950: #050E2E;
}