Sky Blue
#92AAF6
BlueColor Codes
All color formats for development
HEX
#92AAF6RGB
rgb(146, 170, 246)HSL
hsl(226, 85%, 77%)OKLCH
oklch(0.75 0.113 270.1)CMYK
cmyk(41%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E8DF3
2#4A71F0
3#2654ED
4#1240DA
5#0F36B6
6#0C2B91
7#09206D
8#061549
9#030B24
Tints
Lighter variations
1#9DB2F7
2#A8BBF8
3#B3C3F9
4#BECCFA
5#C9D4FB
6#D4DDFB
7#DEE5FC
8#E9EEFD
9#F4F6FE
Tones
Muted variations
1#97ACF1
2#9CAFEC
3#A1B2E7
4#A6B4E2
5#ABB7DD
6#B0BAD8
7#B5BCD3
8#BABFCE
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 #C2CFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AA #92AAF6 | BordersInactive statesPlaceholder text |
| 400 | 5A7D #5A7DF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B58 #2B58EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113D #113DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D31 #0D31A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A23 #0A2376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0616 #06164B | 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: #C2CFFA;
--sky-blue-300: #92AAF6;
--sky-blue-400: #5A7DF2;
--sky-blue-500: #2B58EE;
--sky-blue-600: #113DD0;
--sky-blue-700: #0D31A5;
--sky-blue-800: #0A2376;
--sky-blue-900: #06164B;
--sky-blue-950: #040E2F;
}