Sky Blue
#95D9F4
BlueColor Codes
All color formats for development
HEX
#95D9F4RGB
rgb(149, 217, 244)HSL
hsl(197, 81%, 77%)OKLCH
oklch(0.849 0.078 224.8)CMYK
cmyk(39%, 11%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71CCF0
2#4EBFEC
3#2AB3E9
4#169FD5
5#1385B2
6#0F6A8E
7#0B506B
8#073547
9#041B24
Tints
Lighter variations
1#9FDDF5
2#AAE1F6
3#B5E4F7
4#BFE8F8
5#CAECF9
6#D5F0FB
7#DFF4FC
8#EAF7FD
9#F4FBFE
Tones
Muted variations
1#9AD7EF
2#9ED5EA
3#A3D3E6
4#A8D1E1
5#ADCFDC
6#B1CDD7
7#B6CBD3
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E9F9;
--sky-blue-300: #95D9F4;
--sky-blue-400: #5DC5EE;
--sky-blue-500: #2FB5E9;
--sky-blue-600: #1598CB;
--sky-blue-700: #1179A2;
--sky-blue-800: #0C5673;
--sky-blue-900: #08374A;
--sky-blue-950: #05222E;
}