Sky Blue
#95C1F3
BlueColor Codes
All color formats for development
HEX
#95C1F3RGB
rgb(149, 193, 243)HSL
hsl(212, 80%, 77%)OKLCH
oklch(0.798 0.085 252.1)CMYK
cmyk(39%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72ADEF
2#4F98EB
3#2B83E7
4#1870D4
5#145DB1
6#104A8D
7#0C386A
8#082547
9#041323
Tints
Lighter variations
1#A0C7F4
2#ABCEF6
3#B5D4F7
4#C0DAF8
5#CAE0F9
6#D5E6FA
7#DFECFB
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#9AC2EF
2#9FC2EA
3#A4C2E5
4#A8C2E1
5#ADC3DC
6#B2C3D7
7#B6C3D2
8#BBC4CE
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 | C3DC #C3DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA1 #5EA1ED | Disabled statesSecondary iconsMuted text |
| 500 | 3086 #3086E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166A #166ACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1254 #1254A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #082749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | 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: #C3DCF8;
--sky-blue-300: #95C1F3;
--sky-blue-400: #5EA1ED;
--sky-blue-500: #3086E8;
--sky-blue-600: #166ACA;
--sky-blue-700: #1254A1;
--sky-blue-800: #0D3C73;
--sky-blue-900: #082749;
--sky-blue-950: #05182E;
}