Sky Blue
#94AAF5
BlueColor Codes
All color formats for development
HEX
#94AAF5RGB
rgb(148, 170, 245)HSL
hsl(226, 83%, 77%)OKLCH
oklch(0.75 0.111 271)CMYK
cmyk(40%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#708EF2
2#4C72EE
3#2855EB
4#1442D8
5#1137B4
6#0D2C90
7#0A216C
8#071648
9#030B24
Tints
Lighter variations
1#9EB3F6
2#A9BBF7
3#B4C4F8
4#BFCCF9
5#C9D5FA
6#D4DDFB
7#DFE6FC
8#EAEEFD
9#F4F7FE
Tones
Muted variations
1#99ADF0
2#9DB0EB
3#A2B2E6
4#A7B5E2
5#ACB7DD
6#B1BAD8
7#B6BDD3
8#BBBFCE
9#BFC2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AA #94AAF5 | BordersInactive statesPlaceholder text |
| 400 | 5C7E #5C7EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D59 #2D59EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133F #133FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F32 #0F32A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DEE5FC;
--sky-blue-200: #C2CFF9;
--sky-blue-300: #94AAF5;
--sky-blue-400: #5C7EF0;
--sky-blue-500: #2D59EB;
--sky-blue-600: #133FCD;
--sky-blue-700: #0F32A3;
--sky-blue-800: #0B2475;
--sky-blue-900: #07174B;
--sky-blue-950: #040E2F;
}