Sky Blue
#94BFF5
BlueColor Codes
All color formats for development
HEX
#94BFF5RGB
rgb(148, 191, 245)HSL
hsl(213, 83%, 77%)OKLCH
oklch(0.794 0.09 254.4)CMYK
cmyk(40%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70AAF2
2#4C95EE
3#2880EB
4#146CD8
5#115AB4
6#0D4890
7#0A366C
8#072448
9#031224
Tints
Lighter variations
1#9EC6F6
2#A9CCF7
3#B4D3F8
4#BFD9F9
5#C9DFFA
6#D4E6FB
7#DFECFC
8#EAF2FD
9#F4F9FE
Tones
Muted variations
1#99C0F0
2#9DC0EB
3#A2C1E6
4#A7C1E2
5#ACC2DD
6#B1C2D8
7#B6C3D3
8#BBC3CE
9#BFC4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BF #94BFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9E #5C9EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D83 #2D83EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1367 #1367CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F52 #0F52A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3A #0B3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DEECFC;
--sky-blue-200: #C2DBF9;
--sky-blue-300: #94BFF5;
--sky-blue-400: #5C9EF0;
--sky-blue-500: #2D83EB;
--sky-blue-600: #1367CD;
--sky-blue-700: #0F52A3;
--sky-blue-800: #0B3A75;
--sky-blue-900: #07254B;
--sky-blue-950: #04172F;
}