Sky Blue
#90C4F9
BlueColor Codes
All color formats for development
HEX
#90C4F9RGB
rgb(144, 196, 249)HSL
hsl(210, 90%, 77%)OKLCH
oklch(0.804 0.093 249.5)CMYK
cmyk(42%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AB1F7
2#459DF5
3#2089F3
4#0C76E0
5#0A62BB
6#084F95
7#063B70
8#04274B
9#021425
Tints
Lighter variations
1#9BCAFA
2#A6D0FA
3#B1D6FB
4#BCDCFB
5#C7E2FC
6#D2E8FD
7#DEEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#95C4F4
2#9AC4EF
3#9FC4E9
4#A5C4E4
5#AAC4DF
6#AFC4D9
7#B5C4D4
8#BAC4CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 258C #258CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B70 #0B70D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0959 #0959AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #064079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F7FE;
--sky-blue-100: #DDEDFD;
--sky-blue-200: #C0DEFC;
--sky-blue-300: #90C4F9;
--sky-blue-400: #55A6F6;
--sky-blue-500: #258CF4;
--sky-blue-600: #0B70D5;
--sky-blue-700: #0959AA;
--sky-blue-800: #064079;
--sky-blue-900: #04294E;
--sky-blue-950: #031A30;
}