Sky Blue
#90CDF9
BlueColor Codes
All color formats for development
HEX
#90CDF9RGB
rgb(144, 205, 249)HSL
hsl(205, 90%, 77%)OKLCH
oklch(0.823 0.088 240.5)CMYK
cmyk(42%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ABCF7
2#45ACF5
3#209BF3
4#0C87E0
5#0A71BB
6#085A95
7#064470
8#042D4B
9#021725
Tints
Lighter variations
1#9BD2FA
2#A6D7FA
3#B1DCFB
4#BCE1FB
5#C7E6FC
6#D2EBFD
7#DEF0FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#95CCF4
2#9ACBEF
3#9FCBE9
4#A5CAE4
5#AAC9DF
6#AFC8D9
7#B5C7D4
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 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CD #90CDF9 | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259D #259DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B81 #0B81D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0967 #0967AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #064979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | 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: #DDF0FD;
--sky-blue-200: #C0E3FC;
--sky-blue-300: #90CDF9;
--sky-blue-400: #55B3F6;
--sky-blue-500: #259DF4;
--sky-blue-600: #0B81D5;
--sky-blue-700: #0967AA;
--sky-blue-800: #064979;
--sky-blue-900: #042F4E;
--sky-blue-950: #031D30;
}