Sky Blue
#90D1F9
BlueColor Codes
All color formats for development
HEX
#90D1F9RGB
rgb(144, 209, 249)HSL
hsl(203, 90%, 77%)OKLCH
oklch(0.831 0.087 236.3)CMYK
cmyk(42%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AC1F7
2#45B2F5
3#20A2F3
4#0C8FE0
5#0A77BB
6#085F95
7#064770
8#04304B
9#021825
Tints
Lighter variations
1#9BD5FA
2#A6DAFA
3#B1DFFB
4#BCE3FB
5#C7E8FC
6#D2ECFD
7#DEF1FD
8#E9F6FE
9#F4FAFE
Tones
Muted variations
1#95CFF4
2#9ACEEF
3#9FCDE9
4#A5CCE4
5#AACBDF
6#AFC9D9
7#B5C8D4
8#BAC7CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D1 #90D1F9 | BordersInactive statesPlaceholder text |
| 400 | 55B8 #55B8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A4 #25A4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B88 #0B88D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096C #096CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF1FD;
--sky-blue-200: #C0E5FC;
--sky-blue-300: #90D1F9;
--sky-blue-400: #55B8F6;
--sky-blue-500: #25A4F4;
--sky-blue-600: #0B88D5;
--sky-blue-700: #096CAA;
--sky-blue-800: #064D79;
--sky-blue-900: #04314E;
--sky-blue-950: #031F30;
}