Sky Blue
#95ADF3
BlueColor Codes
All color formats for development
HEX
#95ADF3RGB
rgb(149, 173, 243)HSL
hsl(225, 80%, 77%)OKLCH
oklch(0.756 0.105 269.3)CMYK
cmyk(39%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7291EF
2#4F76EB
3#2B5AE7
4#1847D4
5#143BB1
6#102F8D
7#0C236A
8#081847
9#040C23
Tints
Lighter variations
1#A0B5F4
2#ABBDF6
3#B5C6F7
4#C0CEF8
5#CAD6F9
6#D5DEFA
7#DFE6FB
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AAFEF
2#9FB2EA
3#A4B4E5
4#A8B6E1
5#ADB9DC
6#B2BBD7
7#B6BDD2
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5E82 #5E82ED | Disabled statesSecondary iconsMuted text |
| 500 | 305E #305EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1643 #1643CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1236 #1236A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D26 #0D2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #081849 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C3D1F8;
--sky-blue-300: #95ADF3;
--sky-blue-400: #5E82ED;
--sky-blue-500: #305EE8;
--sky-blue-600: #1643CA;
--sky-blue-700: #1236A1;
--sky-blue-800: #0D2673;
--sky-blue-900: #081849;
--sky-blue-950: #050F2E;
}