Sky Blue
#90BFF9
BlueColor Codes
All color formats for development
HEX
#90BFF9RGB
rgb(144, 191, 249)HSL
hsl(213, 90%, 77%)OKLCH
oklch(0.793 0.097 254.1)CMYK
cmyk(42%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AAAF7
2#4594F5
3#207FF3
4#0C6BE0
5#0A59BB
6#084795
7#063670
8#04244B
9#021225
Tints
Lighter variations
1#9BC5FA
2#A6CCFA
3#B1D2FB
4#BCD9FB
5#C7DFFC
6#D2E5FD
7#DEECFD
8#E9F2FE
9#F4F9FE
Tones
Muted variations
1#95C0F4
2#9AC0EF
3#9FC1E9
4#A5C1E4
5#AAC2DF
6#AFC2D9
7#B5C3D4
8#BAC3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DB #C0DBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2582 #2582F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B66 #0B66D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0951 #0951AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDECFD;
--sky-blue-200: #C0DBFC;
--sky-blue-300: #90BFF9;
--sky-blue-400: #559EF6;
--sky-blue-500: #2582F4;
--sky-blue-600: #0B66D5;
--sky-blue-700: #0951AA;
--sky-blue-800: #063A79;
--sky-blue-900: #04254E;
--sky-blue-950: #031730;
}