Sky Blue
#95D4F4
BlueColor Codes
All color formats for development
HEX
#95D4F4RGB
rgb(149, 212, 244)HSL
hsl(200, 81%, 77%)OKLCH
oklch(0.839 0.078 230.9)CMYK
cmyk(39%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71C6F0
2#4EB8EC
3#2AA9E9
4#1696D5
5#137DB2
6#0F648E
7#0B4B6B
8#073247
9#041924
Tints
Lighter variations
1#9FD8F5
2#AADDF6
3#B5E1F7
4#BFE5F8
5#CAEAF9
6#D5EEFB
7#DFF2FC
8#EAF6FD
9#F4FBFE
Tones
Muted variations
1#9AD3EF
2#9ED1EA
3#A3CFE6
4#A8CEE1
5#ADCCDC
6#B1CBD7
7#B6C9D3
8#BBC8CE
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E7 #C3E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D4 #95D4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBE #5DBEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAB #2FABE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158E #158ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1171 #1171A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C51 #0C5173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0834 #08344A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF2FC;
--sky-blue-200: #C3E7F9;
--sky-blue-300: #95D4F4;
--sky-blue-400: #5DBEEE;
--sky-blue-500: #2FABE9;
--sky-blue-600: #158ECB;
--sky-blue-700: #1171A2;
--sky-blue-800: #0C5173;
--sky-blue-900: #08344A;
--sky-blue-950: #05202E;
}