Sky Blue
#95C9F3
BlueColor Codes
All color formats for development
HEX
#95C9F3RGB
rgb(149, 201, 243)HSL
hsl(207, 80%, 77%)OKLCH
oklch(0.815 0.081 243.3)CMYK
cmyk(39%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B7EF
2#4FA5EB
3#2B93E7
4#187FD4
5#146AB1
6#10558D
7#0C406A
8#082A47
9#041523
Tints
Lighter variations
1#A0CEF4
2#ABD4F6
3#B5D9F7
4#C0DFF8
5#CAE4F9
6#D5E9FA
7#DFEFFB
8#EAF4FD
9#F4FAFE
Tones
Muted variations
1#9AC9EF
2#9FC8EA
3#A4C8E5
4#A8C7E1
5#ADC7DC
6#B2C6D7
7#B6C6D2
8#BBC5CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAD #5EADED | Disabled statesSecondary iconsMuted text |
| 500 | 3095 #3095E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1679 #1679CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1260 #1260A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C3E1F8;
--sky-blue-300: #95C9F3;
--sky-blue-400: #5EADED;
--sky-blue-500: #3095E8;
--sky-blue-600: #1679CA;
--sky-blue-700: #1260A1;
--sky-blue-800: #0D4573;
--sky-blue-900: #082C49;
--sky-blue-950: #051C2E;
}