Sky Blue
#95C0F4
BlueColor Codes
All color formats for development
HEX
#95C0F4RGB
rgb(149, 192, 244)HSL
hsl(213, 81%, 77%)OKLCH
oklch(0.796 0.087 253.6)CMYK
cmyk(39%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71AAF0
2#4E95EC
3#2A80E9
4#166CD5
5#135AB2
6#0F488E
7#0B366B
8#072447
9#041224
Tints
Lighter variations
1#9FC6F5
2#AACCF6
3#B5D3F7
4#BFD9F8
5#CADFF9
6#D5E6FB
7#DFECFC
8#EAF2FD
9#F4F9FE
Tones
Muted variations
1#9AC0EF
2#9EC1EA
3#A3C1E6
4#A8C1E1
5#ADC2DC
6#B1C2D7
7#B6C3D3
8#BBC3CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D9F #5D9FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F83 #2F83E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1567 #1567CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1152 #1152A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3B #0C3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0825 #08254A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFECFC;
--sky-blue-200: #C3DBF9;
--sky-blue-300: #95C0F4;
--sky-blue-400: #5D9FEE;
--sky-blue-500: #2F83E9;
--sky-blue-600: #1567CB;
--sky-blue-700: #1152A2;
--sky-blue-800: #0C3B73;
--sky-blue-900: #08254A;
--sky-blue-950: #05172E;
}