Sky Blue
#90C1F9
BlueColor Codes
All color formats for development
HEX
#90C1F9RGB
rgb(144, 193, 249)HSL
hsl(212, 90%, 77%)OKLCH
oklch(0.797 0.095 252.3)CMYK
cmyk(42%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AACF7
2#4597F5
3#2082F3
4#0C6FE0
5#0A5CBB
6#084A95
7#063770
8#04254B
9#021225
Tints
Lighter variations
1#9BC7FA
2#A6CDFA
3#B1D3FB
4#BCDAFB
5#C7E0FC
6#D2E6FD
7#DEECFD
8#E9F3FE
9#F4F9FE
Tones
Muted variations
1#95C1F4
2#9AC2EF
3#9FC2E9
4#A5C2E4
5#AAC3DF
6#AFC3D9
7#B5C3D4
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 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2585 #2585F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B69 #0B69D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0954 #0954AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | 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: #C0DCFC;
--sky-blue-300: #90C1F9;
--sky-blue-400: #55A0F6;
--sky-blue-500: #2585F4;
--sky-blue-600: #0B69D5;
--sky-blue-700: #0954AA;
--sky-blue-800: #063C79;
--sky-blue-900: #04264E;
--sky-blue-950: #031830;
}