Sky Blue
#94BEF5
BlueColor Codes
All color formats for development
HEX
#94BEF5RGB
rgb(148, 190, 245)HSL
hsl(214, 83%, 77%)OKLCH
oklch(0.792 0.091 255.4)CMYK
cmyk(40%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70A8F2
2#4C92EE
3#287CEB
4#1469D8
5#1157B4
6#0D4690
7#0A346C
8#072348
9#031124
Tints
Lighter variations
1#9EC4F6
2#A9CBF7
3#B4D1F8
4#BFD8F9
5#C9DEFA
6#D4E5FB
7#DFEBFC
8#EAF2FD
9#F4F8FE
Tones
Muted variations
1#99BFF0
2#9DBFEB
3#A2C0E6
4#A7C0E2
5#ACC1DD
6#B1C2D8
7#B6C2D3
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 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | 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: #DEEBFC;
--sky-blue-200: #C2DAF9;
--sky-blue-300: #94BEF5;
--sky-blue-400: #5C9CF0;
--sky-blue-500: #2D80EB;
--sky-blue-600: #1364CD;
--sky-blue-700: #0F4FA3;
--sky-blue-800: #0B3975;
--sky-blue-900: #07244B;
--sky-blue-950: #04172F;
}