Sky Blue
#6FBCDC
BlueColor Codes
All color formats for development
HEX
#6FBCDCRGB
rgb(111, 188, 220)HSL
hsl(198, 61%, 65%)OKLCH
oklch(0.757 0.089 226.8)CMYK
cmyk(50%, 15%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55AFD6
2#3AA2CF
3#2D90BB
4#277CA0
5#206785
6#1A526B
7#133E50
8#0D2935
9#06151B
Tints
Lighter variations
1#7EC2E0
2#8CC9E3
3#9AD0E7
4#A9D7EA
5#B7DDEE
6#C6E4F1
7#D4EBF5
8#E2F2F8
9#F1F8FC
Tones
Muted variations
1#75B9D7
2#7AB7D1
3#80B5CC
4#85B3C6
5#8BB1C1
6#90AEBC
7#95ACB6
8#9BAAB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D3 #A1D3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBC #6FBCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46A8 #46A8D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8C #2C8CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236F #236F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194F #194F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F2F8;
--sky-blue-200: #CAE6F2;
--sky-blue-300: #A1D3E8;
--sky-blue-400: #6FBCDC;
--sky-blue-500: #46A8D2;
--sky-blue-600: #2C8CB5;
--sky-blue-700: #236F90;
--sky-blue-800: #194F67;
--sky-blue-900: #103342;
--sky-blue-950: #0A2029;
}