Sky Blue
#90C3F9
BlueColor Codes
All color formats for development
HEX
#90C3F9RGB
rgb(144, 195, 249)HSL
hsl(211, 90%, 77%)OKLCH
oklch(0.801 0.094 250.5)CMYK
cmyk(42%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AAEF7
2#459AF5
3#2086F3
4#0C72E0
5#0A5FBB
6#084C95
7#063970
8#04264B
9#021325
Tints
Lighter variations
1#9BC9FA
2#A6CFFA
3#B1D5FB
4#BCDBFB
5#C7E1FC
6#D2E7FD
7#DEEDFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#95C3F4
2#9AC3EF
3#9FC3E9
4#A5C3E4
5#AAC3DF
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 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C3 #90C3F9 | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2589 #2589F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B6D #0B6DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0957 #0957AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | 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: #C0DDFC;
--sky-blue-300: #90C3F9;
--sky-blue-400: #55A3F6;
--sky-blue-500: #2589F4;
--sky-blue-600: #0B6DD5;
--sky-blue-700: #0957AA;
--sky-blue-800: #063E79;
--sky-blue-900: #04284E;
--sky-blue-950: #031930;
}