Sky Blue
#94BBF5
BlueColor Codes
All color formats for development
HEX
#94BBF5RGB
rgb(148, 187, 245)HSL
hsl(216, 83%, 77%)OKLCH
oklch(0.785 0.093 258.1)CMYK
cmyk(40%, 24%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70A4F2
2#4C8DEE
3#2876EB
4#1462D8
5#1152B4
6#0D4290
7#0A316C
8#072148
9#031024
Tints
Lighter variations
1#9EC1F6
2#A9C8F7
3#B4CFF8
4#BFD6F9
5#C9DDFA
6#D4E4FB
7#DFEAFC
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#99BCF0
2#9DBDEB
3#A2BEE6
4#A7BFE2
5#ACBFDD
6#B1C0D8
7#B6C1D3
8#BBC2CE
9#BFC3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BB #94BBF5 | BordersInactive statesPlaceholder text |
| 400 | 5C97 #5C97F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D79 #2D79EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 135E #135ECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4A #0F4AA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B35 #0B3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DEEAFC;
--sky-blue-200: #C2D8F9;
--sky-blue-300: #94BBF5;
--sky-blue-400: #5C97F0;
--sky-blue-500: #2D79EB;
--sky-blue-600: #135ECD;
--sky-blue-700: #0F4AA3;
--sky-blue-800: #0B3575;
--sky-blue-900: #07224B;
--sky-blue-950: #04152F;
}