Sky Blue
#95C0F3
BlueColor Codes
All color formats for development
HEX
#95C0F3RGB
rgb(149, 192, 243)HSL
hsl(213, 80%, 77%)OKLCH
oklch(0.796 0.086 253.1)CMYK
cmyk(39%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72AAEF
2#4F95EB
3#2B80E7
4#186CD4
5#145AB1
6#10488D
7#0C366A
8#082447
9#041223
Tints
Lighter variations
1#A0C6F4
2#ABCCF6
3#B5D3F7
4#C0D9F8
5#CADFF9
6#D5E6FA
7#DFECFB
8#EAF2FD
9#F4F9FE
Tones
Muted variations
1#9AC0EF
2#9FC1EA
3#A4C1E5
4#A8C2E1
5#ADC2DC
6#B2C2D7
7#B6C3D2
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E9F #5E9FED | Disabled statesSecondary iconsMuted text |
| 500 | 3083 #3083E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1667 #1667CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1252 #1252A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0826 #082649 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C3DBF8;
--sky-blue-300: #95C0F3;
--sky-blue-400: #5E9FED;
--sky-blue-500: #3083E8;
--sky-blue-600: #1667CA;
--sky-blue-700: #1252A1;
--sky-blue-800: #0D3B73;
--sky-blue-900: #082649;
--sky-blue-950: #05172E;
}