Sky Blue
#95C6F3
BlueColor Codes
All color formats for development
HEX
#95C6F3RGB
rgb(149, 198, 243)HSL
hsl(209, 80%, 77%)OKLCH
oklch(0.808 0.082 246.7)CMYK
cmyk(39%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72B3EF
2#4FA0EB
3#2B8DE7
4#1879D4
5#1465B1
6#10518D
7#0C3C6A
8#082847
9#041423
Tints
Lighter variations
1#A0CCF4
2#ABD1F6
3#B5D7F7
4#C0DDF8
5#CAE2F9
6#D5E8FA
7#DFEEFB
8#EAF4FD
9#F4F9FE
Tones
Muted variations
1#9AC6EF
2#9FC6EA
3#A4C5E5
4#A8C5E1
5#ADC5DC
6#B2C5D7
7#B6C5D2
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 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C3DFF8;
--sky-blue-300: #95C6F3;
--sky-blue-400: #5EA8ED;
--sky-blue-500: #308FE8;
--sky-blue-600: #1673CA;
--sky-blue-700: #125CA1;
--sky-blue-800: #0D4173;
--sky-blue-900: #082A49;
--sky-blue-950: #051A2E;
}