Sky Blue
#94B8F4
BlueColor Codes
All color formats for development
HEX
#94B8F4RGB
rgb(148, 184, 244)HSL
hsl(218, 81%, 77%)OKLCH
oklch(0.779 0.095 260.4)CMYK
cmyk(39%, 25%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71A0F0
2#4E88EC
3#2A70E9
4#165CD5
5#134DB2
6#0F3E8E
7#0B2E6B
8#071F47
9#040F24
Tints
Lighter variations
1#9FBFF5
2#AAC6F6
3#B5CDF7
4#BFD4F8
5#CADBF9
6#D5E2FB
7#DFEAFC
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#9AB9EF
2#9EBAEA
3#A3BBE6
4#A8BDE1
5#ADBEDC
6#B1BFD7
7#B6C1D3
8#BBC2CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D92 #5D92EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F73 #2F73E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1558 #1558CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1146 #1146A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C32 #0C3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #08204A | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DFE9FC;
--sky-blue-200: #C3D7F9;
--sky-blue-300: #95B8F4;
--sky-blue-400: #5D92EE;
--sky-blue-500: #2F73E9;
--sky-blue-600: #1558CB;
--sky-blue-700: #1146A2;
--sky-blue-800: #0C3273;
--sky-blue-900: #08204A;
--sky-blue-950: #05142E;
}