Sky Blue
#95B0F3
BlueColor Codes
All color formats for development
HEX
#95B0F3RGB
rgb(149, 176, 243)HSL
hsl(223, 80%, 77%)OKLCH
oklch(0.762 0.101 267.1)CMYK
cmyk(39%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7296EF
2#4F7BEB
3#2B61E7
4#184DD4
5#1440B1
6#10338D
7#0C266A
8#081A47
9#040D23
Tints
Lighter variations
1#A0B8F4
2#ABC0F6
3#B5C8F7
4#C0D0F8
5#CAD8F9
6#D5DFFA
7#DFE7FB
8#EAEFFD
9#F4F7FE
Tones
Muted variations
1#9AB2EF
2#9FB4EA
3#A4B6E5
4#A8B8E1
5#ADBADC
6#B2BCD7
7#B6BED2
8#BBC0CE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D2 #C3D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B0 #95B0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E87 #5E87ED | Disabled statesSecondary iconsMuted text |
| 500 | 3064 #3064E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1649 #1649CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123A #123AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2A #0D2A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081B #081B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE7FB;
--sky-blue-200: #C3D2F8;
--sky-blue-300: #95B0F3;
--sky-blue-400: #5E87ED;
--sky-blue-500: #3064E8;
--sky-blue-600: #1649CA;
--sky-blue-700: #123AA1;
--sky-blue-800: #0D2A73;
--sky-blue-900: #081B49;
--sky-blue-950: #05112E;
}