Sky Blue
#5DABEE
BlueColor Codes
All color formats for development
HEX
#5DABEERGB
rgb(93, 171, 238)HSL
hsl(208, 81%, 65%)OKLCH
oklch(0.719 0.125 246.6)CMYK
cmyk(61%, 28%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F9BEB
2#218BE8
3#167AD2
4#1369B4
5#105796
6#0D4678
7#09345A
8#06233C
9#03111E
Tints
Lighter variations
1#6EB3F0
2#7EBBF1
3#8EC4F3
4#9ECCF5
5#AED5F7
6#BEDDF8
7#CFE6FA
8#DFEEFC
9#EFF7FD
Tones
Muted variations
1#65AAE7
2#6CAAE0
3#73A9D8
4#7AA9D1
5#82A8CA
6#89A8C3
7#90A7BB
8#97A7B4
9#9FA6AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C8 #95C8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAB #5DABEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F92 #2F92E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1576 #1576CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115E #115EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C43 #0C4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B4A | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEEFC;
--sky-blue-200: #C3E0F9;
--sky-blue-300: #95C8F4;
--sky-blue-400: #5DABEE;
--sky-blue-500: #2F92E9;
--sky-blue-600: #1576CB;
--sky-blue-700: #115EA2;
--sky-blue-800: #0C4373;
--sky-blue-900: #082B4A;
--sky-blue-950: #051B2E;
}