Sky Blue
#90CBF9
BlueColor Codes
All color formats for development
HEX
#90CBF9RGB
rgb(144, 203, 249)HSL
hsl(206, 90%, 77%)OKLCH
oklch(0.818 0.089 242.6)CMYK
cmyk(42%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ABAF7
2#45A9F5
3#2098F3
4#0C84E0
5#0A6EBB
6#085895
7#064270
8#042C4B
9#021625
Tints
Lighter variations
1#9BD1FA
2#A6D6FA
3#B1DBFB
4#BCE0FB
5#C7E5FC
6#D2EAFD
7#DEF0FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#95CBF4
2#9ACAEF
3#9FC9E9
4#A5C9E4
5#AAC8DF
6#AFC7D9
7#B5C6D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 55B0 #55B0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259A #259AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7E #0B7ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0964 #0964AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #064779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E2FC;
--sky-blue-300: #90CBF9;
--sky-blue-400: #55B0F6;
--sky-blue-500: #259AF4;
--sky-blue-600: #0B7ED5;
--sky-blue-700: #0964AA;
--sky-blue-800: #064779;
--sky-blue-900: #042E4E;
--sky-blue-950: #031D30;
}