Sky Blue
#95C3F3
BlueColor Codes
All color formats for development
HEX
#95C3F3RGB
rgb(149, 195, 243)HSL
hsl(211, 80%, 77%)OKLCH
oklch(0.802 0.084 250)CMYK
cmyk(39%, 20%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72AFEF
2#4F9AEB
3#2B86E7
4#1873D4
5#1460B1
6#104C8D
7#0C396A
8#082647
9#041323
Tints
Lighter variations
1#A0C9F4
2#ABCFF6
3#B5D5F7
4#C0DBF8
5#CAE1F9
6#D5E7FA
7#DFEDFB
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#9AC3EF
2#9FC3EA
3#A4C3E5
4#A8C3E1
5#ADC4DC
6#B2C4D7
7#B6C4D2
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 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA3 #5EA3ED | Disabled statesSecondary iconsMuted text |
| 500 | 3089 #3089E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166D #166DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1257 #1257A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #082849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C3DDF8;
--sky-blue-300: #95C3F3;
--sky-blue-400: #5EA3ED;
--sky-blue-500: #3089E8;
--sky-blue-600: #166DCA;
--sky-blue-700: #1257A1;
--sky-blue-800: #0D3E73;
--sky-blue-900: #082849;
--sky-blue-950: #05192E;
}