Sky Blue
#90D2F9
BlueColor Codes
All color formats for development
HEX
#90D2F9RGB
rgb(144, 210, 249)HSL
hsl(202, 90%, 77%)OKLCH
oklch(0.833 0.086 235.2)CMYK
cmyk(42%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AC4F7
2#45B5F5
3#20A6F3
4#0C92E0
5#0A7ABB
6#086195
7#064970
8#04314B
9#021825
Tints
Lighter variations
1#9BD7FA
2#A6DBFA
3#B1E0FB
4#BCE4FB
5#C7E9FC
6#D2EDFD
7#DEF2FD
8#E9F6FE
9#F4FBFE
Tones
Muted variations
1#95D1F4
2#9AD0EF
3#9FCEE9
4#A5CDE4
5#AACBDF
6#AFCAD9
7#B5C9D4
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 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D2 #90D2F9 | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A8 #25A8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8B #0B8BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096F #096FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | 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: #C0E6FC;
--sky-blue-300: #90D2F9;
--sky-blue-400: #55BBF6;
--sky-blue-500: #25A8F4;
--sky-blue-600: #0B8BD5;
--sky-blue-700: #096FAA;
--sky-blue-800: #064F79;
--sky-blue-900: #04334E;
--sky-blue-950: #032030;
}