Sky Blue
#90CFF9
BlueColor Codes
All color formats for development
HEX
#90CFF9RGB
rgb(144, 207, 249)HSL
hsl(204, 90%, 77%)OKLCH
oklch(0.827 0.087 238.4)CMYK
cmyk(42%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ABFF7
2#45AFF5
3#209FF3
4#0C8BE0
5#0A74BB
6#085D95
7#064670
8#042E4B
9#021725
Tints
Lighter variations
1#9BD4FA
2#A6D9FA
3#B1DDFB
4#BCE2FB
5#C7E7FC
6#D2ECFD
7#DEF1FD
8#E9F5FE
9#F4FAFE
Tones
Muted variations
1#95CEF4
2#9ACDEF
3#9FCCE9
4#A5CBE4
5#AACADF
6#AFC9D9
7#B5C8D4
8#BAC6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A1 #25A1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B84 #0B84D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0969 #0969AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C0E4FC;
--sky-blue-300: #90CFF9;
--sky-blue-400: #55B6F6;
--sky-blue-500: #25A1F4;
--sky-blue-600: #0B84D5;
--sky-blue-700: #0969AA;
--sky-blue-800: #064B79;
--sky-blue-900: #04304E;
--sky-blue-950: #031E30;
}