Sky Blue
#90C8F9
BlueColor Codes
All color formats for development
HEX
#90C8F9RGB
rgb(144, 200, 249)HSL
hsl(208, 90%, 77%)OKLCH
oklch(0.812 0.091 245.6)CMYK
cmyk(42%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB5F7
2#45A3F5
3#2090F3
4#0C7DE0
5#0A68BB
6#085395
7#063E70
8#042A4B
9#021525
Tints
Lighter variations
1#9BCDFA
2#A6D3FA
3#B1D8FB
4#BCDEFB
5#C7E3FC
6#D2E9FD
7#DEEEFD
8#E9F4FE
9#F4F9FE
Tones
Muted variations
1#95C8F4
2#9AC7EF
3#9FC7E9
4#A5C6E4
5#AAC6DF
6#AFC6D9
7#B5C5D4
8#BAC5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2593 #2593F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B77 #0B77D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095F #095FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #064479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFD;
--sky-blue-200: #C0E0FC;
--sky-blue-300: #90C8F9;
--sky-blue-400: #55ABF6;
--sky-blue-500: #2593F4;
--sky-blue-600: #0B77D5;
--sky-blue-700: #095FAA;
--sky-blue-800: #064479;
--sky-blue-900: #042B4E;
--sky-blue-950: #031B30;
}